mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-29 23:32:54 +09:00
Add krzip module
This commit is contained in:
parent
1a8b5c8b29
commit
7bef97f170
26 changed files with 1611 additions and 0 deletions
14
modules/krzip/conf/module.xml
Normal file
14
modules/krzip/conf/module.xml
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<module>
|
||||
<actions>
|
||||
<action name="dispKrzipAdminConfig" type="view" menu_name="krzip" menu_index="true" admin_index="true" />
|
||||
<action name="procKrzipAdminInsertConfig" type="controller" ruleset="krzipConfig" />
|
||||
<action name="dispKrzipSearchForm" type="view" />
|
||||
<action name="getKrzipCodeList" type="model" />
|
||||
</actions>
|
||||
<menus>
|
||||
<menu name="krzip" type="all">
|
||||
<title xml:lang="ko">한국 우편번호</title>
|
||||
</menu>
|
||||
</menus>
|
||||
</module>
|
||||
Loading…
Add table
Add a link
Reference in a new issue