Your IP : 216.73.216.71


Current Path : /home/jcjack6/transformptyoga.com/components/com_maximenuck/views/sources/tmpl/
Upload File :
Current File : /home/jcjack6/transformptyoga.com/components/com_maximenuck/views/sources/tmpl/categories.xml

<?xml version="1.0" encoding="utf-8"?>
<metadata>
	<layout title="MAXIMENUCK_CATEGORIES_LISTING">
		<message>
			<![CDATA[MAXIMENUCK_CATEGORIES_LISTING_DESC]]>
		</message>
	</layout>

	<!-- Add fields to the request variables for the layout. -->
	<fields name="request">
		<fieldset name="request" addfieldprefix="Joomla\Component\Categories\Administrator\Field">
			<field 
				name="maximenuck_plugin_type" 
				type="hidden" 
				default="categories"
				value="categories"
				/>
			<field 
				name="categories_catid" 
				type="modal_category" 
				extension="com_content"
				multiple="false" 
				size="5"
				label="JCATEGORY"
				description="MAXIMENUCK_CATEGORIES_CATEGORY_FIELD_CATEGORY_DESC"
				icon="folder_explore.png"
				filter="integer"
				published=""
				select="true"
				new="false"
				edit="false"
				clear="true"
			>
				<option value="">JOPTION_ALL_CATEGORIES</option>
			</field>

			<field 
				name="categories_show_articles" 
				type="radio"
				default="1"
				label="MAXIMENUCK_CATEGORIES_SHOWARTICLES_LABEL"
				description="MAXIMENUCK_CATEGORIES_SHOWARTICLES_DESC"
				class="btn-group"
				icon="folder_table.png"
			>
				<option value="1">JYES
				</option>
				<option value="0">JNO
				</option>
			</field>

			<field 
				name="categories_levels" 
				type="text" 
				default="0"
				label="MAXIMENUCK_CATEGORIES_CATEGORY_FIELD_CATDEPTH_LABEL"
				description="MAXIMENUCK_CATEGORIES_CATEGORY_FIELD_CATDEPTH_DESC" 
				icon="application_side_tree.png" 
				/>
		</fieldset>
	</fields>

	<!-- Add fields to the parameters object for the layout. -->
<fields name="params">

</fields>
</metadata>