* finish task #6255.

This commit is contained in:
wangyidong
2019-08-22 13:10:51 +08:00
parent 162887854f
commit c16c150a40
3 changed files with 6 additions and 30 deletions
+1 -1
View File
@@ -24,7 +24,7 @@
<?php if(isset($projectID)):?>
<tr>
<th class='w-80px'><?php echo $lang->testtask->product;?></th>
<td class='w-p35-f'><?php echo html::select('product', $products, $productID, "class='form-control chosen' onchange='loadProductRelated(this.value)'");?></td><td></td>
<td class='w-p35-f'><?php echo html::select('product', $products, $productID, "class='form-control chosen' onchange='loadProductRelated()'");?></td><td></td>
</tr>
<?php else:?>
<tr class='hide'>