Your IP : 216.73.217.92


Current Path : /home/ahrcaeuege/www/plugins/system/jacontenttype/html/com_content/form/
Upload File :
Current File : /home/ahrcaeuege/www/plugins/system/jacontenttype/html/com_content/form/edit.xml

<?xml version="1.0" encoding="utf-8"?>
<metadata>
	<layout title="COM_CONTENT_FORM_VIEW_DEFAULT_TITLE" option="COM_CONTENT_FORM_VIEW_DEFAULT_OPTION">
		<help
			key = "JHELP_MENUS_MENU_ITEM_ARTICLE_CREATE"
		/>
		<message>
			<![CDATA[COM_CONTENT_FORM_VIEW_DEFAULT_DESC]]>
		</message>
	</layout>
	<!-- Add fields to the request variables for the layout. -->
	<fields name="request">
		<fieldset name="request"
				>

			<field name="contenttype"
			   type="jactt"
			   label="Content Type"
			   description="Select a Content Type"
			   required="true">
				<option value="">- Select Content Type -</option>
				<option value="article">Article</option>
			</field>
		</fieldset>
	</fields>
	<fields name="params">
		<fieldset name="basic">
			<field name="enable_category"
				type="radio"
				class="btn-group btn-group-yesno"
				default="0"
				label="COM_CONTENT_CREATE_ARTICLE_CATEGORY_LABEL"
				description="COM_CONTENT_CREATE_ARTICLE_CATEGORY_DESC">
					<option value="1">JYES</option>
					<option value="0">JNO</option>
			</field>
			<field name="catid"
				type="category"
				label="JGLOBAL_CHOOSE_CATEGORY_LABEL"
				extension="com_content"
				description="JGLOBAL_CHOOSE_CATEGORY_DESC" />
		</fieldset>
	</fields>
</metadata>