fixed checkbox issue

checkbox to an array allowing it to pass all three Vesta packages instead of just one.
This commit is contained in:
Joe Mattos 2017-12-03 08:37:53 -05:00 committed by GitHub
commit 21f944c375
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 -->