* code for task#1665.

This commit is contained in:
xia0ta0
2013-08-02 08:57:23 +08:00
parent 7ed9556bda
commit c97dd391ac
4 changed files with 47 additions and 5 deletions
+1 -1
View File
@@ -33,7 +33,7 @@
</tr>
<tr>
<th class='rowhead'><?php echo $lang->task->module;?></th>
<td><span id='moduleIdBox'><?php echo html::select('module', $moduleOptionMenu, $task->module, "class='select-3' onchange='setStories(this.value,$project->id,0)'");?></span></td>
<td><span id='moduleIdBox'><?php echo html::select('module', $moduleOptionMenu, $task->module, "class='select-3' onchange='setStories(this.value,$project->id)'");?></span></td>
</tr>
<tr>
<th class='rowhead'><?php echo $lang->task->assignedTo;?></th>