diff options
author | Robin Appelman <robin@icewind.nl> | 2015-09-28 18:27:52 +0200 |
---|---|---|
committer | Robin Appelman <robin@icewind.nl> | 2015-09-28 18:27:52 +0200 |
commit | 7fa9f29d7f92ce6e7cab252781a2693e98edc32b (patch) | |
tree | fdb57b3dbdb4459c9bb8d4290bb740f9b5f4ff63 | |
parent | 851390a69a61ddce785ac4736ab9727cb3c23063 (diff) | |
parent | 24ee83db30c2c0bc15ba79f1ece4cfad30526693 (diff) | |
download | nextcloud-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.php | 2 |
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> |