summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobin Appelman <robin@icewind.nl>2015-09-28 18:27:52 +0200
committerRobin Appelman <robin@icewind.nl>2015-09-28 18:27:52 +0200
commit7fa9f29d7f92ce6e7cab252781a2693e98edc32b (patch)
treefdb57b3dbdb4459c9bb8d4290bb740f9b5f4ff63
parent851390a69a61ddce785ac4736ab9727cb3c23063 (diff)
parent24ee83db30c2c0bc15ba79f1ece4cfad30526693 (diff)
downloadnextcloud-server-7fa9f29d7f92ce6e7cab252781a2693e98edc32b.tar.gz
nextcloud-server-7fa9f29d7f92ce6e7cab252781a2693e98edc32b.zip
Merge pull request #19408 from owncloud/fix-trashbin-checkbox
Fix checkbox in trashbin
-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>