mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-26 22:02:13 +09:00
develop simple setup index
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12345 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
df60ac70b5
commit
e8cca236cc
2 changed files with 18 additions and 3 deletions
|
|
@ -527,9 +527,17 @@ class menuAdminModel extends menu
|
|||
$moduleConfInfo = $oModuleModel->getModuleInfoXml($moduleInfo->module);
|
||||
|
||||
$setupUrl = sprintf('index.php?module=admin&act=%s&module_srl=%s&isLayoutDrop=1', $moduleConfInfo->setup_index_act, $moduleInfo->module_srl);
|
||||
$this->add('setupUrl', $setupUrl);
|
||||
if($moduleConfInfo->simple_setup_index_act)
|
||||
{
|
||||
$oTargetmoduleAdminModel = &getAdminModel($moduleInfo->module);
|
||||
$simpleSetupHtml = $oTargetmoduleAdminModel->{$moduleConfInfo->simple_setup_index_act}($moduleInfo->module_srl);
|
||||
|
||||
$this->setRedirectUrl($setupUrl);
|
||||
if($simpleSetupHtml)
|
||||
{
|
||||
$this->add('simpleSetupHtml', $simpleSetupHtml);
|
||||
}
|
||||
}
|
||||
$this->add('setupUrl', $setupUrl);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue