Your IP : 216.73.216.219


Current Path : /home/pteabiscqq/www/modules/mod_sp_quickcontact/
Upload File :
Current File : /home/pteabiscqq/www/modules/mod_sp_quickcontact/mod_sp_quickcontact.xml

<?xml version="1.0" encoding="utf-8"?>
<extension type="module" version="1.6.0" client="site" method="upgrade">
	<name>SP Quick Contact</name>
	<author>JoomShaper.com</author>
	<creationDate>Aug 2011</creationDate>
	<copyright>Copyright (C) 2010 - 2012 JoomShaper.com. All rights reserved.</copyright>
	<license>PHP files are licensed under  GNU/GPL V2, CSS  - JS - IMAGE files  are Copyrighted material</license>
	<authorEmail>support@joomshaper.com</authorEmail>
	<authorUrl>www.joomshaper.com</authorUrl>
	<version>1.4</version>
	<description>SP Quick Contact - Ajax based Quick Contact Module for Joomla!</description>
	<languages>
		<language tag="en-GB">language/en-GB.mod_sp_quickcontact.ini</language>
	</languages>	
	<files>
		<filename module="mod_sp_quickcontact">mod_sp_quickcontact.php</filename>
		<filename>helper.php</filename>
		<filename>index.html</filename>
		<folder>language</folder>
		<folder>tmpl</folder>
		<folder>assets</folder>
	</files>
	<config>
		<fields name="params">
			<fieldset name="Basic">
				<field name="email" type="text" default="" label="ADMIN_EMAIL" description="ADMIN_EMAIL_DESC" />
				<field name="success" type="text" default="Email was sent successfully." label="SUCCESS_NOTICE" description="SUCCESS_NOTICE" />
				<field name="failed" type="text" default="Email could not be sent." label="FAILED_NOTICE" description="FAILED_NOTICE" />
				<field name="formcaptcha" type="radio" class="btn-group" default="1" label="CAPTCHA" description="CAPTCHA_DESC">
					<option value="1">JYES</option>
					<option value="0">JNO</option>
				</field>
				<field name="captcha_question" type="text" default="3 + 4 = ?" label="CAPTCHA_QUESTION" />
				<field name="captcha_answer" type="text" default="7" label="CAPTCHA_ANSWER" />
				<field name="failed_captcha" type="text" default="You have entered wrong captcha. Please try again." label="WRONG_CAPTCHA" />
			</fieldset>
			
			<fieldset name="advanced">
				<field name="layout" type="modulelayout" label="JFIELD_ALT_LAYOUT_LABEL" description="JFIELD_ALT_MODULE_LAYOUT_DESC" />
				<field name="moduleclass_sfx" type="textarea" rows="3" label="COM_MODULES_FIELD_MODULECLASS_SFX_LABEL" description="COM_MODULES_FIELD_MODULECLASS_SFX_DESC" />
				<field name="cache" type="list" default="1" label="COM_MODULES_FIELD_CACHING_LABEL" description="COM_MODULES_FIELD_CACHING_DESC">
					<option value="1">JGLOBAL_USE_GLOBAL</option>
					<option value="0">COM_MODULES_FIELD_VALUE_NOCACHING</option>
				</field>
				<field name="cache_time" type="text" default="900" label="COM_MODULES_FIELD_CACHE_TIME_LABEL" description="COM_MODULES_FIELD_CACHE_TIME_DESC" />
				<field name="cachemode" type="hidden" default="itemid">
					<option value="itemid"></option>
				</field>
			</fieldset>
		</fields>
	</config>
</extension>