summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBjoern Schiessle <schiessle@owncloud.com>2013-10-09 11:11:55 +0200
committerBjoern Schiessle <schiessle@owncloud.com>2013-10-09 11:11:55 +0200
commit44049639189b8f93b34039ba063e4151e03dfaa7 (patch)
treee5cccc754294ccd1371500dde34d045776169465
parentb4df4cc61d897703176b0ca5cad7fa687ddd059b (diff)
downloadnextcloud-server-44049639189b8f93b34039ba063e4151e03dfaa7.tar.gz
nextcloud-server-44049639189b8f93b34039ba063e4151e03dfaa7.zip
fix trashbin layout
-rw-r--r--apps/files_trashbin/templates/index.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/files_trashbin/templates/index.php b/apps/files_trashbin/templates/index.php
index 82ba0608834..9b01a2589a5 100644
--- a/apps/files_trashbin/templates/index.php
+++ b/apps/files_trashbin/templates/index.php
@@ -17,7 +17,9 @@
<thead>
<tr>
<th id='headerName'>
+ <div id="headerName-container">
<input type="checkbox" id="select_all" />
+ <label for="select_all"></label>
<span class='name'><?php p($l->t( 'Name' )); ?></span>
<span class='selectedActions'>
<a href="" class="undelete">
@@ -26,6 +28,7 @@
<?php p($l->t('Restore'))?>
</a>
</span>
+ </div>
</th>
<th id="headerDate">
<span id="modified"><?php p($l->t( 'Deleted' )); ?></span>