* fix bug : ajdust module related.

This commit is contained in:
xia0ta0
2013-08-01 16:50:08 +08:00
parent cb6efc8eb3
commit ec53587f8c
4 changed files with 4 additions and 148 deletions
+2 -2
View File
@@ -10,7 +10,7 @@
* @link http://www.zentao.net
*/
?>
<?php include './header.html.php';?>
<?php include '../../common/view/header.html.php';?>
<?php include '../../common/view/form.html.php';?>
<?php include '../../common/view/chosen.html.php';?>
<form method='post' enctype='multipart/form-data' id='dataform' class='ajaxForm'>
@@ -22,7 +22,7 @@
<?php echo html::select('product', $products, $productID, "onchange=loadAll(this.value); class='select-3'");?>
<span id='moduleIdBox'>
<?php
echo html::select('module', $moduleOptionMenu, $currentModuleID, "onchange=setStories();");
echo html::select('module', $moduleOptionMenu, $currentModuleID, "onchange=loadModuleRelated();");
if(count($moduleOptionMenu) == 1)
{
echo html::a($this->createLink('tree', 'browse', "rootID=$productID&view=case"), $lang->tree->manage, '_blank');