diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2013-06-17 12:18:45 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2013-06-17 12:18:45 +0200 |
commit | 257ebc2830a04272c0b662cce85fea6470e77f7c (patch) | |
tree | 931649c5dd369858c6f23d961566d601a3d06d78 | |
parent | 9e78e6b2e5bc9231265e5cb8e8ba1d7cdebab94b (diff) | |
download | nextcloud-server-257ebc2830a04272c0b662cce85fea6470e77f7c.tar.gz nextcloud-server-257ebc2830a04272c0b662cce85fea6470e77f7c.zip |
use consistent icon for 'restore'/versions/history, also SVG
-rw-r--r-- | apps/files_trashbin/js/trash.js | 2 | ||||
-rw-r--r-- | core/img/actions/undelete.png | bin | 624 -> 0 bytes |
2 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_trashbin/js/trash.js b/apps/files_trashbin/js/trash.js index 691642811b7..82119a59517 100644 --- a/apps/files_trashbin/js/trash.js +++ b/apps/files_trashbin/js/trash.js @@ -2,7 +2,7 @@ $(document).ready(function() { if (typeof FileActions !== 'undefined') { - FileActions.register('all', 'Restore', OC.PERMISSION_READ, OC.imagePath('core', 'actions/undelete.png'), function(filename) { + FileActions.register('all', 'Restore', OC.PERMISSION_READ, OC.imagePath('core', 'actions/history.svg'), function(filename) { var tr=$('tr').filterAttr('data-file', filename); var spinner = '<img class="move2trash" title="'+t('files_trashbin', 'perform restore operation')+'" src="'+ OC.imagePath('core', 'loader.gif') +'"></a>'; var undeleteAction = $('tr').filterAttr('data-file',filename).children("td.date"); diff --git a/core/img/actions/undelete.png b/core/img/actions/undelete.png Binary files differdeleted file mode 100644 index d712527ef61..00000000000 --- a/core/img/actions/undelete.png +++ /dev/null |