#186 관리자 > 회원 관리 목록에서 선택된 회원들에 대한 일괄 그룹 설정 기능 추가

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3481 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2008-01-07 08:56:39 +00:00
parent 6e9c022dc7
commit 1fe9c2c88e
15 changed files with 197 additions and 0 deletions

View file

@ -32,6 +32,7 @@
<action name="dispMemberAdminInfo" type="view" standalone="true" />
<action name="dispMemberAdminInsertJoinForm" type="view" standalone="true" />
<action name="dispMemberAdminDeniedIDList" type="view" standalone="true" />
<action name="dispMemberAdminManageGroup" type="view" standalone="true" />
<action name="getMemberMenu" type="model" standalone="true" />
<action name="getMemberAdminColorset" type="model" standalone="true" />
@ -79,6 +80,7 @@
<action name="procMemberAdminInsertConfig" type="controller" standalone="true" />
<action name="procMemberAdminInsertGroup" type="controller" standalone="true" />
<action name="procMemberAdminUpdateGroup" type="controller" standalone="true" />
<action name="procMemberAdminUpdateMembersGroup" type="controller" standalone="true" />
<action name="procMemberAdminInsertJoinForm" type="controller" standalone="true" />
<action name="procMemberAdminUpdateJoinForm" type="controller" standalone="true" />
<action name="procMemberAdminInsertDeniedID" type="controller" standalone="true" />