use consistent icon for 'restore'/versions/history, also SVG

This commit is contained in:
Jan-Christoph Borchardt 2013-06-17 12:18:45 +02:00
parent 9e78e6b2e5
commit 257ebc2830
2 changed files with 1 additions and 1 deletions

View File

@ -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");

Binary file not shown.

Before

Width:  |  Height:  |  Size: 624 B