mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
14 lines
492 B
XML
14 lines
492 B
XML
<?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>
|