+ complete task #312:add linkpruduct to createproject and editproject page.

This commit is contained in:
fujia
2010-11-17 08:15:11 +00:00
parent 2ad03cefc0
commit 0fa4af0743
4 changed files with 24 additions and 6 deletions
+4
View File
@@ -42,6 +42,10 @@ function setWhite(acl)
<th class='rowhead'><?php echo $lang->project->teamname;?></th>
<td><?php echo html::input('team', '', "class='text-3'");?></td>
</tr>
<tr>
<th class='rowhead'><?php echo $lang->project->manageProducts;?></th>
<td><?php echo html::checkbox("products", $allProducts, '');?></td>
</tr>
<tr>
<th class='rowhead'><?php echo $lang->project->goal;?></th>
<td><?php echo html::textarea('goal', '', "rows='5' class='area-1'");?></td>