Skip to content
Snippets Groups Projects
Commit 7fa9f29d authored by Robin Appelman's avatar Robin Appelman
Browse files

Merge pull request #19408 from owncloud/fix-trashbin-checkbox

Fix checkbox in trashbin
parents 851390a6 24ee83db
Branches
No related tags found
No related merge requests found
......@@ -23,7 +23,7 @@
<tr>
<th id='headerName' class="hidden column-name">
<div id="headerName-container">
<input type="checkbox" id="select_all_trash" class="select-all"/>
<input type="checkbox" id="select_all_trash" class="select-all checkbox"/>
<label for="select_all_trash">
<span class="hidden-visually"><?php p($l->t('Select all'))?></span>
</label>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment