trash bin button needs to be an input field

This commit is contained in:
Bjoern Schiessle 2013-10-02 16:13:08 +02:00
parent 535ed8369f
commit 9be6114a52
1 changed files with 1 additions and 3 deletions

View 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>