mirror of
https://github.com/nextcloud/server.git
synced 2026-04-29 18:11:41 -04:00
fix checkbox in trashbin
This commit is contained in:
parent
0bf2bb0751
commit
24ee83db30
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue