102 lines
3.1 KiB
XML
102 lines
3.1 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>Account</display>
|
|
<!-- Display a module in the menu tree -->
|
|
<menu_display>1</menu_display>
|
|
<!-- MODULE Name -->
|
|
<name>account</name>
|
|
<!-- MODULE Notes, these notes show up in the modules table, as a description of the module -->
|
|
<notes><![CDATA[This is the account module for all accounts and administrators.]]></notes>
|
|
<!-- MODULE Parent, the parent node in the tree -->
|
|
<parent></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>base</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>
|
|
<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>
|
|
<display>Search</display>
|
|
<menu_display>1</menu_display>
|
|
<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>
|
|
<search_export>
|
|
<name>search_export</name>
|
|
</search_export>
|
|
<install>
|
|
<name>install</name>
|
|
</install>
|
|
<update_account_groups>
|
|
<name>update_account_groups</name>
|
|
<notes><![CDATA[This method is triggered to add the account to the specified groups when added]]></notes>
|
|
</update_account_groups>
|
|
<send_verify_email>
|
|
<name>send_verify_email</name>
|
|
<notes><![CDATA[Sends the user the change password instructions]]></notes>
|
|
</send_verify_email>
|
|
<send_password_email>
|
|
<name>send_password_email</name>
|
|
<notes><![CDATA[Sends the user the change password instructions]]></notes>
|
|
</send_password_email>
|
|
<mail_multi>
|
|
<name>mail_multi</name>
|
|
</mail_multi>
|
|
<mail_one>
|
|
<name>mail_one</name>
|
|
</mail_one>
|
|
<autoselect>
|
|
<name>autoselect</name>
|
|
</autoselect>
|
|
<login>
|
|
<name>login</name>
|
|
<notes><![CDATA[Login as another user with equal or lesser group access]]></notes>
|
|
</login>
|
|
<merge>
|
|
<name>merge</name>
|
|
</merge>
|
|
<group_search>
|
|
<name>group_search</name>
|
|
</group_search>
|
|
<product_search>
|
|
<name>product_search</name>
|
|
</product_search>
|
|
</module_method>
|
|
</install>
|