mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-02 01:52:10 +09:00
issue 160, fixed a bug related popup layout
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9384 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
4491ac2509
commit
56fd1836f8
1 changed files with 5 additions and 0 deletions
|
|
@ -84,6 +84,7 @@
|
|||
$security->encodeHTML('module_info...');
|
||||
|
||||
// Set the layout to be pop-up
|
||||
$this->setLayoutPath('./common/tpl');
|
||||
$this->setLayoutFile('popup_layout');
|
||||
// Set a template file
|
||||
$this->setTemplateFile('module_info');
|
||||
|
|
@ -135,6 +136,7 @@
|
|||
$module_info = $oModuleModel->getModuleInfoByModuleSrl($module_srl, $columnList);
|
||||
Context::set('module_info', $module_info);
|
||||
// Set the layout to be pop-up
|
||||
$this->setLayoutPath('./common/tpl');
|
||||
$this->setLayoutFile('popup_layout');
|
||||
// Set a template file
|
||||
$this->setTemplateFile('copy_module');
|
||||
|
|
@ -169,6 +171,7 @@
|
|||
$security->encodeHTML('module_category...');
|
||||
|
||||
// Set the layout to be pop-up
|
||||
$this->setLayoutPath('./common/tpl');
|
||||
$this->setLayoutFile('popup_layout');
|
||||
// Set a template file
|
||||
$this->setTemplateFile('module_setup');
|
||||
|
|
@ -190,6 +193,7 @@
|
|||
$output = ModuleHandler::triggerCall('module.dispAdditionSetup', 'after', $content);
|
||||
Context::set('setup_content', $content);
|
||||
// Set the layout to be pop-up
|
||||
$this->setLayoutPath('./common/tpl');
|
||||
$this->setLayoutFile('popup_layout');
|
||||
// Set a template file
|
||||
$this->setTemplateFile('module_addition_setup');
|
||||
|
|
@ -230,6 +234,7 @@
|
|||
$security->encodeHTML('group_list..title');
|
||||
|
||||
// Set the layout to be pop-up
|
||||
$this->setLayoutPath('./common/tpl');
|
||||
$this->setLayoutFile('popup_layout');
|
||||
// Set a template file
|
||||
$this->setTemplateFile('module_grant_setup');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue