Your IP : 216.73.217.142


Current Path : /var/www/consult-e-syn/public_html/modules/mod_atscredits/
Upload File :
Current File : /var/www/consult-e-syn/public_html/modules/mod_atscredits/mod_atscredits.xml

<?xml version="1.0" encoding="utf-8"?>
<!--~
  ~ @package   ats
  ~ @copyright Copyright (c)2011-2022 Nicholas K. Dionysopoulos / Akeeba Ltd
  ~ @license   GNU General Public License version 3, or later
  -->

<extension type="module" version="3.9.0" method="upgrade" client="site">
	<name>MOD_ATSCREDITS</name>
	<author>Nicholas K. Dionysopoulos</author>
	<creationDate>2023-07-26</creationDate>
	<copyright>Copyright (c)2011-2021 Nicholas K. Dionysopoulos / Akeeba Ltd</copyright>
	<license>GNU GPL v3 or later</license>
	<authorEmail>nicholas@akeeba.com</authorEmail>
	<authorUrl>www.akeeba.com</authorUrl>
	<version>4.0.9.2</version>
	<description>MOD_ATSCREDITS_DESCRIPTION</description>
	<files>
		<folder>tmpl</folder>

		<file module="mod_atscredits">mod_atscredits.php</file>
		<file>.htaccess</file>
		<file>web.config</file>
	</files>
	<languages folder="language">
		<language tag="en-GB">en-GB/en-GB.mod_atscredits.ini</language>
		<!-- Normally I should not have to do this... -->
		<language tag="en-GB">en-GB/en-GB.mod_atscredits.sys.ini</language>
	</languages>

	<config addfieldpath="/administrator/components/com_ats/fields">
		<fields name="params">
			<fieldset name="basic">
				<field
						name="showCredits"
						type="fancyradio"
						default="1"
						label="MOD_ATSCREDITS_OPT_SHOWCREDITS_LABEL"
						description="MOD_ATSCREDITS_OPT_SHOWCREDITS_DESC"
						class="btn-group"
				>
					<option value="1">JYES</option>
					<option value="0">JNO</option>
				</field>

				<field
						name="showTime"
						type="fancyradio"
						default="0"
						label="MOD_ATSCREDITS_OPT_SHOWTIME_LABEL"
						description="MOD_ATSCREDITS_OPT_SHOWTIME_DESC"
						class="btn-group"
				>
					<option value="1">JYES</option>
					<option value="0">JNO</option>
				</field>
			</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="static">
					<option
							value="static"></option>
				</field>
			</fieldset>
		</fields>
	</config>

	<scriptfile>script.php</scriptfile>
</extension>