<?xml version="1.0" encoding="iso-8859-1"?>
<mosinstall type="module" version="1.0.2">
	<name>Events Calendar</name>
	<creationDate>February 2007</creationDate>
	<author>JEvents Project Group</author>
	<copyright>(C) 2006-2007 JEvents Project Group</copyright>	  
	<license>http://www.gnu.org/copyleft/gpl.html GNU/GPL</license>	  
	<authorEmail></authorEmail>
	<authorUrl>joomlacode.org/gf/project/jevents</authorUrl>
	<version>1.4.2-1</version>
	<description>Shows up to 3 different monthly calendar for Events component</description>
	<files>
		<filename module="mod_events_cal">mod_events_cal.php</filename>
		<filename>mod_events_cal.css</filename>			
	</files>
	<params>
		<param name="inc_ec_css" type="radio" default="1" label="Include Events Cal CSS" description="Tells the module if the module Events Calendar CSS should be included or not.This is not recommended - you are better off putting a copy of the CSS in your template_css.css file">
			<option value="0">No</option>
			<option value="1">Yes</option>
		</param>	
		<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="allcats" type="radio" default="1" label="Events from all categories" description="Shows events only from the selected category">
		<option value="0">No</option>
		<option value="1">Yes</option>
		</param>
		<param name="catid0" type="mos_category" default="0" scope="com_events" label="Specified category" description="Shows events only from the selected category" />
		<param name="catid1" type="mos_category" default="0" scope="com_events" label="Additional category" description="Also include events from this additional category" />	
		<param name="catid2" type="mos_category" default="0" scope="com_events" label="Additional category" description="Also include events from this additional category" />	
		<param name="catid3" type="mos_category" default="0" scope="com_events" label="Additional category" description="Also include events from this additional category" />	
		<param name="catid4" type="mos_category" default="0" scope="com_events" label="Additional category" description="Also include events from this additional category" />	
    	<param name="@spacer" type="spacer" default="" label="Header Links" description="Below are the settings for the module header links" />
    	<param name="minical_showlink" type="radio" default="1" label="Title" description="Show title as link (settings below link opens the calendar component). Following parameters are as the will appear later">
    		<option value="0">None</option>
       		<option value="1">As Link</option>
       		<option value="2">As Text</option>
    	</param>
    	<param name="minical_prevyear" type="radio" default="1" label="Prev. Year" description="Show link for previous year (left to the title - link opens calender in year view)">
    		<option value="0">No</option>
       		<option value="1">Yes</option>
    	</param>
    	<param name="minical_prevmonth" type="radio" default="1" label="Prev. Month" description="Show link for previous monht (left to the title - link opens calender in month view)">
    		<option value="0">No</option>
       		<option value="1">Yes</option>
    	</param>
    	<param name="minical_actmonth" type="radio" default="1" label="Curr. Month" description="Show link for current month (middle of title - link opens calender in month view)">
    		<option value="0">No</option>
       		<option value="1">As Link</option>
       		<option value="2">As Text</option>
    	</param>
    	<param name="minical_actyear" type="radio" default="1" label="Curr. Year" description="Show link for current year (middle of title - link opens calender in year view)">
    		<option value="0">No</option>
       		<option value="1">As Link</option>
       		<option value="2">As Text</option>
    	</param>
    	<param name="minical_nextmonth" type="radio" default="1" label="Next Month" description="Show link for next month (right to the title - link opens calender in year month)">
    		<option value="0">No</option>
       		<option value="1">Yes</option>
    	</param>
    	<param name="minical_nextyear" type="radio" default="1" label="Next Year" description="Show link for next year (right to the title - link opens calender in year view)">
    		<option value="0">No</option>
       		<option value="1">Yes</option>
    	</param>
		<param name="@spacer" type="spacer" default="" label="Advanced Settings" description="The following settings are for advanced users only"/>    	
		<param name="target_itemid" type="text" default="" label="Target Menu Itemid" description="Menu itemid for target page" />
	</params>
</mosinstall>

