summaryrefslogtreecommitdiffstats
path: root/apps/files_trashbin/templates
diff options
context:
space:
mode:
authorHendrik Leppelsack <hendrik@leppelsack.de>2015-09-28 13:45:24 +0200
committerHendrik Leppelsack <hendrik@leppelsack.de>2015-09-28 13:45:24 +0200
commit24ee83db30c2c0bc15ba79f1ece4cfad30526693 (patch)
tree1980c9d6ae515728b0265183bfdc368db9920377 /apps/files_trashbin/templates
parent0bf2bb07517a6fbe17a8a1fd62225181ec39798c (diff)
downloadnextcloud-server-24ee83db30c2c0bc15ba79f1ece4cfad30526693.tar.gz
nextcloud-server-24ee83db30c2c0bc15ba79f1ece4cfad30526693.zip
fix checkbox in trashbin
Diffstat (limited to 'apps/files_trashbin/templates')
-rw-r--r--apps/files_trashbin/templates/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_trashbin/templates/index.php b/apps/files_trashbin/templates/index.php
index 0c0f955cf40..b5c1c622156 100644
--- a/apps/files_trashbin/templates/index.php
+++ b/apps/files_trashbin/templates/index.php
@@ -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>