Skip to content

Commit 905e526

Browse files
committed
fix for bulk operations
1 parent 0794c23 commit 905e526

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/templates/admin/list_services.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@
133133
<div class="l-unit <? if($status == 'suspended') echo 'l-unit--suspended';?>">
134134
<div class="l-unit-toolbar clearfix">
135135
<div class="l-unit-toolbar__col l-unit-toolbar__col--left">
136-
<input id="check<?php echo $i ?>" type="checkbox" name="service[]" value="<?php echo $key ?>">
136+
<input id="check<?php echo $i ?>" class="ch-toggle" type="checkbox" name="service[]" value="<?php echo $key ?>">
137137
<label for="check<?php echo $i ?>" class="check-label"></label>
138138
</div>
139139
<!-- l-unit-toolbar__col -->

0 commit comments

Comments
 (0)