diff options
author | Vincent Petry <pvince81@owncloud.com> | 2014-04-04 16:43:35 +0200 |
---|---|---|
committer | Vincent Petry <pvince81@owncloud.com> | 2014-04-28 14:55:01 +0200 |
commit | a952d80ad9e57931f6a8fcb94ef6cab4f982149c (patch) | |
tree | be939da5dd502ecd2e44e2b7862afe9efc7a1f00 /apps/files_trashbin/templates | |
parent | 8909b574facf29ca0a57ab5d75d9904c18cc6338 (diff) | |
download | nextcloud-server-a952d80ad9e57931f6a8fcb94ef6cab4f982149c.tar.gz nextcloud-server-a952d80ad9e57931f6a8fcb94ef6cab4f982149c.zip |
Fix trashbin previews and "delete selected"
Diffstat (limited to 'apps/files_trashbin/templates')
-rw-r--r-- | apps/files_trashbin/templates/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_trashbin/templates/index.php b/apps/files_trashbin/templates/index.php index cb64ae9eafa..323e7495535 100644 --- a/apps/files_trashbin/templates/index.php +++ b/apps/files_trashbin/templates/index.php @@ -29,7 +29,7 @@ <th id="headerDate"> <span id="modified"><?php p($l->t( 'Deleted' )); ?></span> <span class="selectedActions"> - <a href="" class="delete"> + <a href="" class="delete-selected"> <?php p($l->t('Delete'))?> <img class="svg" alt="<?php p($l->t('Delete'))?>" src="<?php print_unescaped(OCP\image_path("core", "actions/delete.svg")); ?>" /> |