Merge pull request #1518 from schiesbn/trash_layout_fix

add class hascontrols to trash bin file table
remotes/origin/stable5
blizzz 14 years ago
commit 6299704dfd
  1. 2
      apps/files_trashbin/templates/index.php

@ -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…
Cancel
Save