Merge branch 'master' of git@github.com:easysoft/zentaopms

This commit is contained in:
azhi
2013-08-02 08:51:13 +08:00
18 changed files with 266 additions and 60 deletions
+1 -1
View File
@@ -79,7 +79,7 @@ js::set('oldResolvedBuild' , $bug->resolvedBuild);
<tr>
<td class='rowhead'><?php echo $lang->bug->module;?></td>
<td>
<span id='moduleIdBox'><?php echo html::select('module', $moduleOptionMenu, $currentModuleID);?></span>
<span id='moduleIdBox'><?php echo html::select('module', $moduleOptionMenu, $currentModuleID, "onchange='loadModuleRelated()'");?></span>
</td>
</tr>
<tr>