use new delete icon for deleted files as well

This commit is contained in:
Jan-Christoph Borchardt 2013-07-18 18:46:37 +02:00
parent 8a25d1ad06
commit 4bfd61fb7f
1 changed files with 1 additions and 1 deletions

View File

@ -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" />';
}