use new delete icon for deleted files as well

remotes/origin/stable6
Jan-Christoph Borchardt 12 years ago
parent 8a25d1ad06
commit 4bfd61fb7f
  1. 2
      apps/files/js/fileactions.js

@ -123,7 +123,7 @@ var FileActions = {
img = img(file);
}
if (typeof trashBinApp !== 'undefined' && trashBinApp) {
var html = '<a href="#" original-title="' + t('files', 'Delete permanently') + '" class="action delete" />';
var html = '<a href="#" original-title="' + t('files', 'Delete permanently') + '" class="action delete delete-icon" />';
} else {
var html = '<a href="#" class="action delete delete-icon" />';
}

Loading…
Cancel
Save