diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-12-17 11:50:58 +0100 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-12-17 11:50:58 +0100 |
commit | edc8967c93599b3df09414b6d22453a4505dc839 (patch) | |
tree | e90ce99fb25d54698f35bc652e4ffcb8cd4af112 /apps | |
parent | e5875fda385140698a76bddbad33b0a50350448c (diff) | |
download | nextcloud-server-edc8967c93599b3df09414b6d22453a4505dc839.tar.gz nextcloud-server-edc8967c93599b3df09414b6d22453a4505dc839.zip |
add text to Delete action
Diffstat (limited to 'apps')
-rw-r--r-- | apps/files/js/fileactions.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/files/js/fileactions.js b/apps/files/js/fileactions.js index da48cf29be0..82dabdfeaea 100644 --- a/apps/files/js/fileactions.js +++ b/apps/files/js/fileactions.js @@ -289,7 +289,8 @@ } var $actionLink = $('<a href="#" original-title="' + escapeHTML(deleteTitle) + - '" class="action delete icon-delete" />' + '" class="action delete icon-delete">' + + '<span class="hidden">Delete</span></a>' ); var $container = context.$file.find('td:last'); $container.find('.delete').remove(); |