* finish task #2327.

This commit is contained in:
wangyidong
2015-10-15 10:08:22 +08:00
parent 2b09f778dd
commit c03bce590c
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -26,7 +26,7 @@
<?php if(isset($projectID)):?>
<tr>
<th class='w-90px'><?php echo $lang->testtask->product;?></th>
<td class='w-p25-f'><?php echo html::select('product', $products, '', "class='form-control chosen'");?></td><td></td>
<td class='w-p25-f'><?php echo html::select('product', $products, $productID, "class='form-control chosen'");?></td><td></td>
</tr>
<?php else:?>
<tr class='hide'>