* 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
+1 -1
View File
@@ -40,7 +40,7 @@ $(function()
</tr>
<tr>
<th class='rowhead'><?php echo $lang->task->module;?></th>
<td><span id='moduleIdBox'><?php echo html::select('module', $moduleOptionMenu, $moduleID);?></span></td>
<td><span id='moduleIdBox'><?php echo html::select('module', $moduleOptionMenu, $moduleID, "class='select-3'");?></span></td>
</tr>
<tr>
<th class='rowhead'><?php echo $lang->task->assignedTo;?></th>