mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-14 10:37:39 -07:00
fix for bulk operations
This commit is contained in:
parent
0794c23dbe
commit
905e5269a7
1 changed files with 1 additions and 1 deletions
|
@ -133,7 +133,7 @@
|
|||
<div class="l-unit <? if($status == 'suspended') echo 'l-unit--suspended';?>">
|
||||
<div class="l-unit-toolbar clearfix">
|
||||
<div class="l-unit-toolbar__col l-unit-toolbar__col--left">
|
||||
<input id="check<?php echo $i ?>" type="checkbox" name="service[]" value="<?php echo $key ?>">
|
||||
<input id="check<?php echo $i ?>" class="ch-toggle" type="checkbox" name="service[]" value="<?php echo $key ?>">
|
||||
<label for="check<?php echo $i ?>" class="check-label"></label>
|
||||
</div>
|
||||
<!-- l-unit-toolbar__col -->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue