mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
forward action에서 layout 지정시 layout을 유지하도록 코드 추가
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6396 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
a6ad202271
commit
bc313c7444
2 changed files with 3 additions and 2 deletions
|
|
@ -298,6 +298,7 @@
|
|||
|
||||
$this->setTemplatePath($oModule->getTemplatePath());
|
||||
$this->setTemplateFile($oModule->getTemplateFile());
|
||||
if($oModule->getLayoutFile()) $this->setLayoutFile($oModule->getLayoutFile());
|
||||
|
||||
$this->adds($oModule->getVariables());
|
||||
|
||||
|
|
|
|||
|
|
@ -30,8 +30,6 @@
|
|||
* @brief 내용 직접 입력 위젯 팝업창 내용을 꾸힘
|
||||
**/
|
||||
function dispWidgetAdminAddContent() {
|
||||
$this->setLayoutFile("popup_layout");
|
||||
|
||||
$module_srl = Context::get('module_srl');
|
||||
if(!$module_srl) return $this->stop("msg_invalid_request");
|
||||
|
||||
|
|
@ -49,7 +47,9 @@
|
|||
$editor = $oEditorModel->getModuleEditor('document',$module_srl, $module_srl,'module_srl','content');
|
||||
Context::set('editor', $editor);
|
||||
|
||||
$this->setLayoutFile("popup_layout");
|
||||
$this->setTemplateFile('add_content_widget');
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue