This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
khosb/modules/static_relation/static_relation_install.xml
2008-11-26 14:50:40 -08:00

31 lines
679 B
XML

<install>
<module_properties>
<name>static_relation</name>
<parent>setup</parent>
<notes><![CDATA[Available variable types and definitions]]></notes>
</module_properties>
<sql_inserts>
<module_method>
<update>
<name>update</name>
</update>
<delete>
<name>delete</name>
</delete>
<add>
<name>add</name>
<notes><![CDATA[Allow users to add records]]></notes>
</add>
<view>
<name>view</name>
</view>
<search>
<name>search</name>
</search>
<search_show>
<name>search_show</name>
<notes><![CDATA[Allow users to view the search results]]></notes>
</search_show>
</module_method>
</sql_inserts>
</install>