File: /home/iestorre/biologia/modules/mod_jevents_legend/mod_jevents_legend.xml
<?xml version="1.0" encoding="utf-8"?>
<extension type="module" version="2.5.0" method="upgrade" client="site">
<name>JEvents Legend</name>
<creationDate>November 2015</creationDate>
<author>GWE Systems Ltd</author>
<copyright>(C) 2009-2015 GWE Systems Ltd, 2006-2008 JEvents Project Group</copyright>
<license>http://www.gnu.org/copyleft/gpl.html GNU/GPL</license>
<authorEmail></authorEmail>
<authorUrl>http://www.jevents.net</authorUrl>
<version>3.4.4</version>
<description>Shows legend for JEvents categories</description>
<files>
<filename module="mod_jevents_legend">mod_jevents_legend.php</filename>
<filename>helper.php</filename>
<folder>tmpl</folder>
</files>
<config>
<fields name="params">
<fieldset name="basic" addfieldpath="/administrator/components/com_jevents/fields/">
<field name="cache" type="radio" default="0" class="btn-group" 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="Module Class Suffix" description="A suffix to be applied to the css class of the module (table.moduletable), this allows individual module styling" />
<field name="show_admin" type="radio" default="0" class="btn-group" label="Show Admin Panel" description="Show admin panel i.e. 'add event' and 'my events' in this module">
<option value="0">No</option>
<option value="1">Yes</option>
</field>
<field name="modlegend_inccss" type="radio" class="btn-group" default="1" label="Include Events CSS" description="Tells the module if the module Events CSS should be included or not.">
<option value="0">No</option>
<option value="1">Yes</option>
</field>
<field name="nonjeventsdisable" type="radio" class="btn-group" default="1" label="Disable on non-JEvents Pages" description="Hide the module when displayed on non-JEvents pages">
<option value="0">No</option>
<option value="1">Yes</option>
</field>
<field name="target_itemid" type="jevmenu" default="" label="Target Menu Item" description="Menu item for target page" />
<field name="catidnew" type="jevcategorynew" default="" size="10" multiple="multiple" extension="com_jevents" label="COM_JEVENTS_SPECIFIED_CATEGORIES_LABEL" description="COM_JEVENTS_SPECIFIED_CATEGORIES_DESC" />
<field name="hideinactivekids" type="radio" class="btn-group" default="1" label="Hide Inactive child categories" description="WHEN ENABLED HIDES INACTIVE CHILD CATEGORIES">
<option value="0">No</option>
<option value="1">Yes</option>
</field>
</fieldset>
</fields>
</config>
</extension>