diff options
Diffstat (limited to 'apps')
-rw-r--r-- | apps/files/templates/index.php | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/apps/files/templates/index.php b/apps/files/templates/index.php index 7067b854f50..245c7f142da 100644 --- a/apps/files/templates/index.php +++ b/apps/files/templates/index.php @@ -29,9 +29,7 @@ <a href="#" class="svg"></a> </div> <?php if ($_['trash'] ): ?> - <div id="trash" class="button" <?php $_['trashEmpty'] ? p('disabled') : '' ?>> - <a><?php p($l->t('Deleted files'));?></a> - </div> + <input id="trash" type="button" value="<?php p($l->t('Deleted files'));?>" class="button" <?php $_['trashEmpty'] ? p('disabled') : '' ?>></input> <?php endif; ?> <div id="uploadprogresswrapper"> <div id="uploadprogressbar"></div> |