git-svn-id: http://xe-core.googlecode.com/svn/trunk@682 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-03-26 12:22:31 +00:00
parent a1d2ffd110
commit 636f5448ed
3 changed files with 8 additions and 2 deletions

View file

@ -2,6 +2,7 @@
<module>
<grants />
<actions>
<action name="dispIndex" type="view" index="true" />
<action name="dispAdminContent" type="view" admin_index="true" standalone="true" />
<action name="dispAdminModuleConfig" type="view" standalone="true" />
<action name="dispAdminPageInfo" type="view" standalone="true" />

View file

@ -19,7 +19,7 @@
function procInsertPage() {
// 일단 입력된 값들을 모두 받아서 db 입력항목과 그외 것으로 분리
$args = Context::gets('module_srl','layout_srl','module_category_srl','page_name','browser_title','content','is_default');
$args->module = 'page';
$args->module = 'pagemaker';
$args->mid = $args->page_name;
unset($args->page_name);
if($args->is_default!='Y') $args->is_default = 'N';
@ -66,7 +66,7 @@
$output = $oModuleController->deleteModule($module_srl);
if(!$output->toBool()) return $output;
$this->add('module','page');
$this->add('module','pagemaker');
$this->add('page',Context::get('page'));
$this->setMessage('success_deleted');
}

View file

@ -40,6 +40,11 @@
$this->setTemplatePath($template_path);
}
/**
* @brief 일반 요청시 출력
**/
function dispIndex() {
}
/**
* @brief 페이지 관리 목록 보여줌