* code for task#1665.

This commit is contained in:
xia0ta0
2013-08-02 08:58:02 +08:00
parent c97dd391ac
commit d346820f65

View File

@@ -306,7 +306,7 @@ class tree extends control
$optionMenu = $this->tree->getOptionMenu($rootID, $viewType, $rootModuleID);
if($returnType == 'html')
{
$output = html::select("module", $optionMenu, '', "onchange=setAssignedTo()");
$output = html::select("module", $optionMenu, '', "onchange=loadModuleRelated()");
if(count($optionMenu) == 1 and $needManage)
{
$output .= html::a($this->createLink('tree', 'browse', "rootID=$rootID&view=$viewType"), $this->lang->tree->manage, '_blank');