Skip to content

Commit 97adf72

Browse files
author
Kristan Kenney
committed
Remove 'toggle all' from toolbar
Checkbox has been moved to table view
1 parent 6a2f4af commit 97adf72

File tree

3 files changed

+0
-12
lines changed

3 files changed

+0
-12
lines changed

web/templates/admin/list_backup.html

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,6 @@
1414
<button type="submit" class="l-sort-toolbar__filter-apply" onclick="return doSearch('/search/')" value=""><i class="fas fa-search"></i></button>
1515
</form>
1616
</td>
17-
<td class="toggle-all">
18-
<input id="toggle-all" type="checkbox" name="toggle-all" value="toggle-all" onChange="checkedAll('objects');">
19-
<label for="toggle-all" class="check-label toggle-all"><?=__('toggle all')?></label>
20-
</td>
2117
<td class="step-right">
2218
<form action="/bulk/backup/" method="post" id="objects">
2319
<input type="hidden" name="token" value="<?=$_SESSION['token']?>" />

web/templates/admin/list_cron.html

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,6 @@
2525
<button type="submit" class="l-sort-toolbar__filter-apply" onclick="return doSearch('/search/')" value=""><i class="fas fa-search"></i></button>
2626
</form>
2727
</td>
28-
<td class="toggle-all">
29-
<input id="toggle-all" type="checkbox" name="toggle-all" value="toggle-all" onChange="checkedAll('objects');">
30-
<label for="toggle-all" class="check-label toggle-all"><?=__('toggle all')?></label>
31-
</td>
3228
<td class="">
3329
<form action="/bulk/cron/" method="post" id="objects">
3430
<input type="hidden" name="token" value="<?=$_SESSION['token']?>" />

web/templates/admin/list_updates.html

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,6 @@
1111
<div class="l-sort-toolbar clearfix">
1212
<table>
1313
<tr>
14-
<td class="toggle-all">
15-
<input id="toggle-all" type="checkbox" name="toggle-all" value="toggle-all" onChange="checkedAll('objects');">
16-
<label for="toggle-all" class="check-label toggle-all"><?=__('toggle all')?></label>
17-
</td>
1814
<td>
1915
<form action="/bulk/hestia/" method="post" id="objects">
2016
<input type="hidden" name="token" value="<?=$_SESSION['token']?>" />

0 commit comments

Comments
 (0)