* revert the status field.

This commit is contained in:
wangchunsheng
2010-03-26 08:24:20 +00:00
parent 93d14b9c52
commit eed80a4762
+4 -1
View File
@@ -48,11 +48,14 @@
<th class='rowhead'><?php echo $lang->project->teamname;?></th>
<td><?php echo html::input('team', $project->team, "class='text-3'");?></td>
</tr>
<tr>
<th class='rowhead'><?php echo $lang->project->status;?></th>
<td><?php echo html::select('status', $lang->project->statusList, $project->status, 'class=text-3');?></td>
</tr>
<tr>
<th class='rowhead'><?php echo $lang->project->goal;?></th>
<td><?php echo html::textarea('goal', $project->goal, "rows='5' class='area-1'");?></td>
</tr>
<tr>
<th class='rowhead'><?php echo $lang->project->desc;?></th>
<td><?php echo html::textarea('desc', $project->desc, "rows='5' class='area-1'");?></td>