* adjust the project status.

* change the index page.
This commit is contained in:
wangchunsheng
2009-11-05 07:07:35 +00:00
parent 6efed71a35
commit 80f7af6b19
7 changed files with 38 additions and 18 deletions

View File

@@ -53,6 +53,11 @@
<th class='rowhead'><?php echo $lang->project->team;?></th>
<td><input type='text' name='team' value='<?php echo $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><textarea name='goal' rows='5' class='area-1'><?php echo stripslashes($project->goal);?></textarea></td>