mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@850 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
0db210776f
commit
0e433dc6a9
21 changed files with 29 additions and 30 deletions
|
|
@ -330,7 +330,7 @@
|
|||
/**
|
||||
* @brief 회원 가입폼 추가 확장 목록 가져오기
|
||||
*
|
||||
* 이 메소드는 modules/member/tpl.admin/filter/insert.xml 의 extend_filter로 동작을 한다.
|
||||
* 이 메소드는 modules/member/tpl/filter/insert.xml 의 extend_filter로 동작을 한다.
|
||||
* extend_filter로 사용을 하기 위해서는 인자값으로 boolean값을 받도록 규정한다.
|
||||
* 이 인자값이 true일 경우 filter 타입에 맞는 형태의 object로 결과를 return하여야 한다.
|
||||
**/
|
||||
|
|
|
|||
|
|
@ -39,7 +39,7 @@
|
|||
Context::set('group_list', $this->group_list);
|
||||
|
||||
// template path 지정
|
||||
$this->setTemplatePath($this->module_path.'tpl.admin');
|
||||
$this->setTemplatePath($this->module_path.'tpl');
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
<!--%import("filter/insert.xml")-->
|
||||
<!--%import("../../tpl.admin/js/admin.js")-->
|
||||
<!--%import("../../tpl/js/admin.js")-->
|
||||
<!--%import("js/member.js")-->
|
||||
|
||||
<div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue