Your IP : 216.73.216.134


Current Path : /home/bijouxly/old/modules/mod_virtuemart_currencies/
Upload File :
Current File : /home/bijouxly/old/modules/mod_virtuemart_currencies/mod_virtuemart_currencies.xml

<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE install SYSTEM "http://dev.joomla.org/xml/1.5/module-install.dtd">
<install type="module" version="1.5.0">
    <name>mod_virtuemart_currencies</name>
    <creationDate>March 17 2013</creationDate>
    <author>The VirtueMart Development Team</author>
    <authorUrl>http://www.virtuemart.net</authorUrl>
    <copyright>Copyright (C) 2004-2012 Virtuemart Team. All rights reserved.</copyright>
    <license>http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL</license>
    <version>2.0.20b</version>
    <description>MOD_VIRTUEMART_CURRENCIES_DESC</description>
    <files>
        <filename module="mod_virtuemart_currencies">mod_virtuemart_currencies.php</filename>
        <filename>index.html</filename>
        <filename>tmpl/default.php</filename>
        <filename>tmpl/index.html</filename>
    </files>
    <params>
        <param name="text_before" type="textarea" cols="40" rows="3"
			default="" label="MOD_VIRTUEMART_CURRENCIES_PRE_TEXT"
			description="MOD_VIRTUEMART_CURRENCIES_PRE_TEXT_DESC" />
        <!--param name="product_currency" type="text" default=""
			label="MOD_VIRTUEMART_CURRENCIES_DISPLAY"
			description="MOD_VIRTUEMART_CURRENCIES_DISPLAY_DESC" / -->
        <param name="cache" type="radio" default="0"
			label="Enable Cache"
			description="Select whether to cache the content of this module">
            <option value="0">No</option>
            <option value="1">Yes</option>
        </param>
        <param name="moduleclass_sfx" type="text" default=""
			label="Module Class Suffix"
			description="A suffix to be applied to the css class of the module (table.moduletable), this allows individual module styling" />
        <param name="class_sfx" type="text" default=""
			label="Menu Class Suffix"
			description="A suffix to be applied to the css class of the menu items" />
    </params>

    <config>
        <fields name="params">
            <fieldset name="basic">
                <field name="text_before" type="textarea" cols="40" rows="3"
			default="" label="MOD_VIRTUEMART_CURRENCIES_PRE_TEXT"
			description="MOD_VIRTUEMART_CURRENCIES_PRE_TEXT_DESC" />
                <field name="product_currency" type="text" default=""
			label="MOD_VIRTUEMART_CURRENCIES_DISPLAY"
			description="MOD_VIRTUEMART_CURRENCIES_DISPLAY_DESC" />
            </fieldset>
            <fieldset
				name="advanced">
                <field name="cache" type="radio" default="0"
			label="Enable Cache"
			description="Select whether to cache the content of this module">
                    <option value="0">No</option>
                    <option value="1">Yes</option>
                </field>
                <field name="moduleclass_sfx" type="text" default=""
			label="COM_MODULES_FIELD_MODULECLASS_SFX_LABEL"
				description="COM_MODULES_FIELD_MODULECLASS_SFX_DESC" />
                <field name="class_sfx" type="text" default=""
			label="Menu Class Suffix"
			description="A suffix to be applied to the css class of the menu items" />
            </fieldset>
        </fields>
    </config>
</install>