fix trashbin layout
This commit is contained in:
parent
b4df4cc61d
commit
4404963918
1 changed files with 3 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue