* 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

View File

@@ -67,7 +67,7 @@
</tr>
<tr>
<th class='rowhead'><?php echo $lang->project->manageProducts;?></th>
<td id='productsBox'><?php echo html::checkbox("products", $allProducts, $linkedProducts);?></td>
<td class='a-left chosenBox' id='productsBox'><?php echo html::select("products[]", $allProducts, $linkedProducts, "class='select-1' multiple");?></td>
</tr>
<tr>
<th class='rowhead'><?php echo $lang->project->goal;?></th>