diff options
Diffstat (limited to 'apps/files/templates/index.php')
-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 e0731609368..79c283dc336 100644 --- a/apps/files/templates/index.php +++ b/apps/files/templates/index.php @@ -38,9 +38,7 @@ </form> </div> <?php if ($_['trash'] ): ?> - <div id="trash" class="button"> - <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> |