diff options
author | Abijeet <abijeetpatro@gmail.com> | 2017-12-30 12:21:50 +0530 |
---|---|---|
committer | Daniel Calviño Sánchez <danxuliu@gmail.com> | 2018-01-02 23:24:43 +0100 |
commit | 361aaf0c95ef17dfdf79c5e1f11efc005e2babcf (patch) | |
tree | 4c1366ec72bb09764c6ac08a8d359e220f0f00b0 /apps/files_trashbin/templates | |
parent | e37fa60784f94abb6715704ffcbd479c05938e3a (diff) | |
download | nextcloud-server-361aaf0c95ef17dfdf79c5e1f11efc005e2babcf.tar.gz nextcloud-server-361aaf0c95ef17dfdf79c5e1f11efc005e2babcf.zip |
Fixes the delete icon not appearing on certain resolutions.
Fixes #7539
Also fixes overlap of text on mobile devices by resorting to just icons on lower resolutions.
Signed-off-by: Abijeet <abijeetpatro@gmail.com>
Diffstat (limited to 'apps/files_trashbin/templates')
-rw-r--r-- | apps/files_trashbin/templates/index.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/files_trashbin/templates/index.php b/apps/files_trashbin/templates/index.php index b3ebca2867b..a4459947d09 100644 --- a/apps/files_trashbin/templates/index.php +++ b/apps/files_trashbin/templates/index.php @@ -35,6 +35,10 @@ <span class="icon icon-history"></span> <span><?php p($l->t('Restore'))?></span> </a> + <a href="" class="delete-selected"> + <span class="icon icon-delete"></span> + <span><?php p($l->t('Delete'))?></span> + </a> </span> </div> </th> |