48 lines
1.6 KiB
XML
48 lines
1.6 KiB
XML
<?xml version="1.0" encoding="ISO-8859-1" ?>
|
|
<install>
|
|
<!-- Tree Menu Module Properties -->
|
|
<module_properties>
|
|
<!-- MODULE Dependancy, this module wont be installed if the dependant modules dont exist -->
|
|
<dependancy></dependancy>
|
|
<!-- Translated display to use on the tree -->
|
|
<display>Import</display>
|
|
<!-- Display a module in the menu tree -->
|
|
<menu_display>1</menu_display>
|
|
<!-- MODULE Name -->
|
|
<name>import</name>
|
|
<!-- MODULE Notes, these notes show up in the modules table, as a description of the module -->
|
|
<notes><![CDATA[Import data from other applications</notes>]]></notes>
|
|
<!-- MODULE Parent, the parent node in the tree -->
|
|
<parent>setup</parent>
|
|
<!-- SUB Modules to install with this one -->
|
|
<sub_modules></sub_modules>
|
|
<!-- MODULE Type (core|base), core modules cannot be deleted, unrecognised types are ignored. -->
|
|
<type></type>
|
|
</module_properties>
|
|
|
|
<!-- Tree Menu & Module Methods to load, they will be assigned the group permissions on install time, as selected by the user. -->
|
|
<module_method>
|
|
<search>
|
|
<display>List</display>
|
|
<menu_display>1</menu_display>
|
|
<name>search</name>
|
|
<notes><![CDATA[List records]]></notes>
|
|
<page><![CDATA[core:search&module=%%]]></page>
|
|
</search>
|
|
<search_show>
|
|
<name>search_show</name>
|
|
<notes><![CDATA[Show the results of a search]]></notes>
|
|
</search_show>
|
|
<view>
|
|
<name>view</name>
|
|
<notes><![CDATA[View a record]]></notes>
|
|
</view>
|
|
<do_action>
|
|
<name>do_action</name>
|
|
</do_action>
|
|
<undo_action>
|
|
<name>undo_action</name>
|
|
</undo_action>
|
|
</module_method>
|
|
</install>
|