* code for task#1552.

This commit is contained in:
xia0ta0
2013-07-22 16:18:27 +08:00
parent 78b1ffdfa0
commit 01f65195c3
7 changed files with 52 additions and 12 deletions
+2 -2
View File
@@ -35,8 +35,8 @@
</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'");?></span></td>
</tr>
<td><span id='moduleIdBox'><?php echo html::select('module', $moduleOptionMenu, $task->module, "class='select-3' onchange='setStories(this.value,$project->id,0)'");?></span></td>
</tr>
<tr>
<th class='rowhead'><?php echo $lang->task->assignedTo;?></th>
<td><?php echo html::select('assignedTo[]', $members, $task->assignedTo, 'class=select-3');?></td>