mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-25 06:09:55 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@1168 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
6b38f2b8bd
commit
7f67df0200
15 changed files with 17 additions and 53 deletions
|
|
@ -41,23 +41,7 @@
|
|||
|
||||
Context::set('menu_info', $menu_info);
|
||||
|
||||
$this->setTemplateFile('menu_info');
|
||||
}
|
||||
|
||||
/**
|
||||
* @brief 메뉴의 상세 정보(conf/info.xml)를 팝업 출력
|
||||
**/
|
||||
function dispMenuAdminInfo() {
|
||||
// 선택된 메뉴 정보를 구함
|
||||
$oMenuModel = &getModel('menu');
|
||||
$menu_info = $oMenuModel->getMenuInfo(Context::get('selected_menu'));
|
||||
Context::set('menu_info', $menu_info);
|
||||
|
||||
// 메뉴을 팝업으로 지정
|
||||
$this->setMenuFile('popup_menu');
|
||||
|
||||
// 템플릿 파일 지정
|
||||
$this->setTemplateFile('menu_detail_info');
|
||||
$this->setTemplateFile('menu_insert');
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue