]> source.dussan.org Git - nextcloud-server.git/commitdiff
fix trashbin layout
authorBjoern Schiessle <schiessle@owncloud.com>
Wed, 9 Oct 2013 09:11:55 +0000 (11:11 +0200)
committerBjoern Schiessle <schiessle@owncloud.com>
Wed, 9 Oct 2013 09:11:55 +0000 (11:11 +0200)
apps/files_trashbin/templates/index.php

index 82ba0608834c95e6fcdc2632dd694235c90613b7..9b01a2589a5fa3f914e6d7952ec86c497a70bdd4 100644 (file)
@@ -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>