add class hascontrols to trash bin file table
This commit is contained in:
parent
35bd7a400d
commit
17384994d6
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
|||
<div id="emptyfolder"><?php echo $l->t('Nothing in here. Your trash bin is empty!')?></div>
|
||||
<?php endif; ?>
|
||||
|
||||
<table>
|
||||
<table class="hascontrols">
|
||||
<thead>
|
||||
<tr>
|
||||
<th id='headerName'>
|
||||
|
|
Loading…
Reference in a new issue