2009-08-03 04:10:16 +00:00
|
|
|
<?xml version="1.0" encoding="ISO-8859-1" ?>
|
2008-11-26 22:50:40 +00:00
|
|
|
<install>
|
2009-08-03 04:10:16 +00:00
|
|
|
<!-- Tree Menu Module Properties -->
|
2008-11-26 22:50:40 +00:00
|
|
|
<module_properties>
|
2009-08-03 04:10:16 +00:00
|
|
|
<!-- MODULE Dependancy, this module wont be installed if the dependant modules dont exist -->
|
|
|
|
<dependancy></dependancy>
|
|
|
|
<!-- Translated display to use on the tree -->
|
|
|
|
<display>Static Pages</display>
|
|
|
|
<!-- Display a module in the menu tree -->
|
|
|
|
<menu_display>1</menu_display>
|
|
|
|
<!-- MODULE Name -->
|
2008-11-26 22:50:40 +00:00
|
|
|
<name>static_page</name>
|
2009-08-03 04:10:16 +00:00
|
|
|
<!-- MODULE Notes, these notes show up in the modules table, as a description of the module -->
|
2008-11-26 22:50:40 +00:00
|
|
|
<notes><![CDATA[This module controls the static pages]]></notes>
|
2009-08-03 04:10:16 +00:00
|
|
|
<!-- MODULE Parent, the parent node in the tree -->
|
|
|
|
<parent></parent>
|
|
|
|
<!-- SUB Modules to install with this one -->
|
2008-11-26 22:50:40 +00:00
|
|
|
<sub_modules>static_page_category,static_page_translate</sub_modules>
|
2009-08-03 04:10:16 +00:00
|
|
|
<!-- MODULE Type (core|base), core modules cannot be deleted, unrecognised types are ignored. -->
|
|
|
|
<type></type>
|
2008-11-26 22:50:40 +00:00
|
|
|
</module_properties>
|
2009-08-03 04:10:16 +00:00
|
|
|
|
|
|
|
<!-- Tree Menu & Module Methods to load, they will be assigned the group permissions on install time, as selected by the user. -->
|
|
|
|
<module_method>
|
|
|
|
<add>
|
|
|
|
<display>Add</display>
|
|
|
|
<menu_display>1</menu_display>
|
|
|
|
<name>add</name>
|
|
|
|
<notes><![CDATA[Add records]]></notes>
|
|
|
|
</add>
|
|
|
|
<delete>
|
|
|
|
<name>delete</name>
|
|
|
|
<notes><![CDATA[Delete records]]></notes>
|
|
|
|
</delete>
|
|
|
|
<search>
|
|
|
|
<display>List</display>
|
|
|
|
<menu_display>1</menu_display>
|
|
|
|
<name>search</name>
|
|
|
|
<notes><![CDATA[List records]]></notes>
|
|
|
|
<page><![CDATA[core:search&module=%%&_next_page_one=view]]></page>
|
|
|
|
</search>
|
|
|
|
<search_form>
|
|
|
|
<name>search_form</name>
|
|
|
|
<notes><![CDATA[Search for records]]></notes>
|
|
|
|
</search_form>
|
|
|
|
<search_show>
|
|
|
|
<name>search_show</name>
|
|
|
|
<notes><![CDATA[Show the results of a search]]></notes>
|
|
|
|
</search_show>
|
|
|
|
<update>
|
|
|
|
<name>update</name>
|
|
|
|
<notes><![CDATA[Update a record]]></notes>
|
|
|
|
</update>
|
|
|
|
<view>
|
|
|
|
<name>view</name>
|
|
|
|
<notes><![CDATA[View a record]]></notes>
|
|
|
|
</view>
|
|
|
|
</module_method>
|
|
|
|
</install>
|