Add a title to the 'new' button in drive

This commit is contained in:
yflory
2017-03-15 17:20:08 +01:00
parent b9c64a526a
commit 0607c3bbf3
3 changed files with 3 additions and 0 deletions

View File

@@ -1072,6 +1072,7 @@ define([
// Custom style:
$block.find('button').addClass('btn').addClass('btn-primary').addClass('new');
$block.find('button').attr('title', Messages.fm_newButtonTitle);
// Handlers
if (isInRoot) {