module.xml 1차 정리

탭 정리
일부 permission, action 정리
This commit is contained in:
conory 2017-03-29 22:23:26 +09:00
parent 5bdd0091ec
commit fcb17fe9cf
57 changed files with 1216 additions and 1254 deletions

View file

@ -1,20 +1,19 @@
<?xml version="1.0" encoding="utf-8"?>
<module>
<grants />
<permissions />
<actions>
<action name="dispImporterAdminImportForm" type="view" admin_index="true" menu_name="importer" menu_index="true" />
<action name="procImporterAdminImport" type="controller" />
<action name="procImporterAdminPreProcessing" type="controller" />
<action name="procImporterAdminSync" type="controller" />
<action name="procImporterAdminMemberImport" type="controller" />
<action name="procImporterAdminMessageImport" type="controller" />
<action name="procImporterAdminModuleImport" type="controller" />
<action name="procImporterAdminTTXMLImport" type="controller" />
<action name="procImporterAdminCheckXmlFile" type="controller" />
</actions>
<grants />
<permissions />
<actions>
<action name="dispImporterAdminImportForm" type="view" admin_index="true" menu_name="importer" menu_index="true" />
<action name="procImporterAdminImport" type="controller" />
<action name="procImporterAdminPreProcessing" type="controller" />
<action name="procImporterAdminSync" type="controller" />
<action name="procImporterAdminMemberImport" type="controller" />
<action name="procImporterAdminMessageImport" type="controller" />
<action name="procImporterAdminModuleImport" type="controller" />
<action name="procImporterAdminTTXMLImport" type="controller" />
<action name="procImporterAdminCheckXmlFile" type="controller" />
</actions>
<menus>
<menu name="importer">
<title xml:lang="en">Data Migration</title>