* Add module field of task-edit and task-view page.

This commit is contained in:
chencongzhi520@gmail.com
2012-07-09 01:35:36 +00:00
parent e8b03fe0e0
commit 84f1aaa36e
4 changed files with 26 additions and 8 deletions
+4
View File
@@ -53,6 +53,10 @@
<th class='rowhead w-p20'><?php echo $lang->task->project;?></th>
<td><?php echo $project->name;?></td>
</tr>
<tr>
<th class='rowhead w-p20'><?php echo $lang->task->module;?></th>
<td><?php echo html::select('module', $modules, $task->module, 'class="select-1"');?></td>
</tr>
<tr>
<th class='rowhead'><?php echo $lang->task->story;?></th>
<td><?php echo html::select('story', $stories, $task->story, 'class=select-1');?></td>