diff options
Diffstat (limited to 'apps/files/templates/index.php')
-rw-r--r-- | apps/files/templates/index.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/files/templates/index.php b/apps/files/templates/index.php index 0d7185bcb78..8ea3a718e85 100644 --- a/apps/files/templates/index.php +++ b/apps/files/templates/index.php @@ -84,13 +84,13 @@ <?php if ($_['permissions'] & OCP\PERMISSION_DELETE): ?> <!-- NOTE: Temporary fix to allow unsharing of files in root of Shared folder --> <?php if ($_['dir'] == '/Shared'): ?> - <span class="selectedActions"><a href="" class="delete"> + <span class="selectedActions"><a href="" class="delete-selected"> <?php p($l->t('Unshare'))?> <img class="svg" alt="<?php p($l->t('Unshare'))?>" src="<?php print_unescaped(OCP\image_path("core", "actions/delete.svg")); ?>" /> </a></span> <?php else: ?> - <span class="selectedActions"><a href="" class="delete"> + <span class="selectedActions"><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")); ?>" /> |