* finish task #1641.

This commit is contained in:
wyd621
2013-07-30 15:13:41 +08:00
parent 1a7d780ad5
commit 3a4e56ced5
4 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -78,7 +78,7 @@ $(document).ready(function()
</tr>
<tr>
<th class='rowhead'><?php echo $lang->project->manageProducts;?></th>
<td id='productsBox'><?php echo html::checkbox("products", $allProducts, $products);?></td>
<td class='a-left chosenBox' id='productsBox'><?php echo html::select("products[]", $allProducts, $products, "class='select-1' multiple");?></td>
</tr>
<tr>
<th class='rowhead'><?php echo $lang->project->goal;?></th>