* Finish task#8691.

This commit is contained in:
qiyu-xie
2020-12-17 09:47:14 +08:00
parent 5bd9adb5d6
commit 3663a1dd33
2 changed files with 56 additions and 6 deletions
+1 -1
View File
@@ -63,7 +63,7 @@
</div>
<?php $i++;?>
<?php endforeach;?>
<div class='col-sm-4 <?php if($programID) echo 'required';?>'>
<div class='col-sm-4 <?php if($programID) echo 'required';?>'>
<div class='input-group'>
<?php echo html::select("products[$i]", $allProducts, '', "class='form-control chosen' onchange='loadBranches(this)'");?>
<span class='input-group-addon'><?php echo html::checkBox('newProduct', $lang->program->addProduct, '', "onchange=addNewProduct(this);");?></span>