* code for task#1382.

This commit is contained in:
zhujinyong
2013-06-19 03:16:29 +00:00
parent dd03e4dd57
commit 5c50476f75
2 changed files with 37 additions and 3 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ js::set('page', 'create');
<th class='rowhead'><?php echo $lang->bug->lblProductAndModule;?></th>
<td>
<?php echo html::select('product', $products, $productID, "onchange=loadAll(this.value) class='select-3'");?>
<span id='moduleIdBox'><?php echo html::select('module', $moduleOptionMenu, $moduleID, "onchange='setAssignedTo()'");?></span>
<span id='moduleIdBox'><?php echo html::select('module', $moduleOptionMenu, $moduleID, "onchange='loadModuleRelated()'");?></span>
</td>
</tr>
<tr>