* Finish task #3221.

This commit is contained in:
pengjiangxiu
2017-09-13 17:22:36 +08:00
parent 239f0130fd
commit 33d1d0b2d0
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -18,5 +18,6 @@ select {border:1px solid #ccc}
.colorpicker.input-group-btn > .btn {border-right: none}
#branch_chosen.chosen-container .chosen-drop {min-width: 280px; border-top: 1px solid #ddd!important}
#branch {border-left-width: 0px}
#mailtoGroup .chosen-container-single a {border-left-width: 0px}
+1 -1
View File
@@ -30,7 +30,7 @@
<td class='w-p45-f'>
<div class='input-group'>
<?php echo html::select('product', $products, $productID, "onchange='loadProduct(this.value);' class='form-control chosen'");?>
<?php if($product->type != 'normal') echo html::select('branch', $branches, $branch, "onchange='loadBranch();' class='form-control' style='width:120px'");?>
<?php if($product->type != 'normal') echo html::select('branch', $branches, $branch, "onchange='loadBranch();' class='form-control chosen' style='width:120px'");?>
</div>
</td>
<td>