]> source.dussan.org Git - nextcloud-server.git/commitdiff
use new delete icon for deleted files as well
authorJan-Christoph Borchardt <hey@jancborchardt.net>
Thu, 18 Jul 2013 16:46:37 +0000 (18:46 +0200)
committerJan-Christoph Borchardt <hey@jancborchardt.net>
Thu, 18 Jul 2013 16:46:37 +0000 (18:46 +0200)
apps/files/js/fileactions.js

index 59cf007f53dd1c069cf2ac945513d41555e38cdb..ef82cd63468a8b44b902df9ef275ac9a8406252c 100644 (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" />';
                        }