]> source.dussan.org Git - nextcloud-server.git/commitdiff
trash bin button needs to be an input field
authorBjoern Schiessle <schiessle@owncloud.com>
Wed, 2 Oct 2013 14:13:08 +0000 (16:13 +0200)
committerBjoern Schiessle <schiessle@owncloud.com>
Wed, 2 Oct 2013 14:13:08 +0000 (16:13 +0200)
apps/files/templates/index.php

index 96a80738989667198f4605f7705a0b55b6e9e858..6f357b9f5664e1a11a4b21ab489554fa44a6adbf 100644 (file)
@@ -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>