Your IP : 216.73.216.84


Current Path : /home/h/e/l/helpink/www/modules/mod_jbusiness_progress/
Upload File :
Current File : /home/h/e/l/helpink/www/modules/mod_jbusiness_progress/mod_jbusiness_progress.xml

<?xml version="1.0" encoding="utf-8"?>
<extension type="module" version="3.1" client="site" method="upgrade">
	<name>JBusinessDirectory - Progress</name>
	<creationDate>November 2013</creationDate>
	<author>CMSJunkie</author>
	<copyright>(C) CMSJunkie. All rights reserved.</copyright>
	<license>http://www.gnu.org/copyleft/gpl.html</license>
	<authorEmail>info@cmsjunkie.com</authorEmail>
	<authorUrl>www.cmsjunkie.com</authorUrl>
	<version>1.0.0</version>	
	<description>JBusinessDirectory - Progress</description>
	
	<files>
		<filename module="mod_jbusiness_progress">mod_jbusiness_progress.php</filename>
		<folder>tmpl</folder>
		<folder>assets</folder>
		<filename>index.html</filename>
		<filename>mod_jbusiness_progress.xml</filename>
	</files>
	
	<config>
		<fields name="params">
			<fieldset name="basic" >
				<field
						name="title"
						type="text"
						label="Title"
						description="Text that will be shown as title" />
				<field
						name="member_title"
						type="text"
						label="Member title"
						description="Text that will be shown as title for becoming a member" />
				<field
						name="member_text"
						type="textarea"
						label="Member text"
						description="Text that will be shown for becoming a member" />
				<field
						name="add_business_title"
						type="text"
						label="Add business title"
						description="Text that will be shown as title for addeing a business" />
				<field
						name="add_business_text"
						type="textarea"
						label="Add business text"
						description="Text that will be shown for adding a business" />
			</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="text"
					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="static">
					<option
						value="static"></option>
				</field>
			</fieldset>
		</fields>
	</config>
</extension>