mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-14 02:28:03 -07:00
fixed checkbox issue
checkbox to an array allowing it to pass all three Vesta packages instead of just one.
This commit is contained in:
parent
3bb009f290
commit
21f944c375
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@
|
|||
<div class="l-unit<? if($status == 'suspended') echo ' l-unit--outdated';?>">
|
||||
<div class="l-unit-toolbar clearfix">
|
||||
<div class="l-unit-toolbar__col l-unit-toolbar__col--left">
|
||||
<input id="check<?php echo $i ?>" class="ch-toggle" type="checkbox" name="pkg" value="<?php echo $key ?>">
|
||||
<input id="check<?php echo $i ?>" class="ch-toggle" type="checkbox" name="pkg[]" 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