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/email_template_translate/email_template_translate_install.xml
2008-11-26 14:50:40 -08:00

34 lines
816 B
XML

<install>
<module_properties>
<name>email_template_translate</name>
<parent>email_template</parent>
<notes><![CDATA[This module allows you to translate the email templates for any languages you wish to support. ]]></notes>
</module_properties>
<sql_inserts>
<module_method>
<search>
<name>search</name>
</search>
<view>
<name>view</name>
</view>
<add>
<name>add</name>
<notes><![CDATA[Allow users to add records]]></notes>
</add>
<delete>
<name>delete</name>
</delete>
<update>
<name>update</name>
</update>
<search_form>
<name>search_form</name>
</search_form>
<search_show>
<name>search_show</name>
<notes><![CDATA[Allow users to view the search results]]></notes>
</search_show>
</module_method>
</sql_inserts>
</install>