We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bb009f commit 21f944cCopy full SHA for 21f944c
web/templates/admin/list_updates.html
@@ -64,7 +64,7 @@
64
<div class="l-unit<? if($status == 'suspended') echo ' l-unit--outdated';?>">
65
<div class="l-unit-toolbar clearfix">
66
<div class="l-unit-toolbar__col l-unit-toolbar__col--left">
67
- <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 ?>">
68
<label for="check<?php echo $i ?>" class="check-label"></label>
69
</div>
70
<!-- l-unit-toolbar__col -->
0 commit comments