Spade

Mini Shell

Directory:~$ /home/lmsyaran/www/administrator/components/com_phocacart/models/forms/
Upload File

[Home] [System Details] [Kill Me]
Current File:~$ /home/lmsyaran/www/administrator/components/com_phocacart/models/forms/phocacartreward.xml

<?xml version="1.0" encoding="utf-8"?>
<form>

	<fieldset
addfieldpath="/administrator/components/com_phocacart/models/fields">

<field name="id" type="text" default="0"
label="JGLOBAL_FIELD_ID_LABEL" required="true"
readonly="true" class="readonly" />

<field name="title" type="text"
class="inputbox" size="40"
label="COM_PHOCACART_FIELD_TITLE_LABEL"
description="COM_PHOCACART_FIELD_TITLE_DESC"
required="true" />

<field name="alias" type="text"
class="inputbox" size="40"
label="COM_PHOCACART_FIELD_ALIAS_LABEL"
description="COM_PHOCACART_FIELD_ALIAS_DESC" />

<field name="points" type="text"
class="inputbox" size="40"
label="COM_PHOCACART_FIELD_REWARD_POINTS_LABEL"
description="COM_PHOCACART_FIELD_REWARD_POINTS_DESC" />

<field name="user_id" type="user"
default="0" label="COM_PHOCACART_USER_ID_LABEL"
description="COM_PHOCACART_USER_ID_DESC"
required="true"  />

<field name="published" type="list"
label="COM_PHOCACART_FIELD_APPROVED_LABEL"
description="COM_PHOCACART_FIELD_APPROVED_DESC"
class="inputbox" size="1" default="1">
	<option value="1">COM_PHOCACART_APPROVED</option>
	<option	value="0">COM_PHOCACART_NOT_APPROVED</option>
</field>

<field name="description" type="editor"
buttons="true" hide="pagebreak,readmore"
class="inputbox"
label="COM_PHOCACART_FIELD_DESCRIPTION_LABEL"
filter="JComponentHelper::filterText"
description="COM_PHOCACART_FIELD_DESCRIPTION_DESC" />




<field name="date" type="Calendar"
class="inputbox" label="COM_PHOCACART_FIELD_DATE_LABEL"
description="COM_PHOCACART_FIELD_DATE_DESC"
filter="JComponentHelper::filterText" />


	</fieldset>
	
<fields name="metadata">
<fieldset name="metadata"
label="JGLOBAL_FIELDSET_METADATA_OPTIONS">
<!--
	<field name="robots" type="list"
		label="JField_Metadata_Robots_Label"
description="JField_Metadata_Robots_Desc"
	>
		<option value="">JGLOBAL_USE_GLOBAL</option>
		<option value="0">JGLOBAL_INDEX_FOLLOW</option>
		<option value="1">JGLOBAL_NOINDEX_FOLLOW</option>
		<option value="2">JGLOBAL_INDEX_NOFOLLOW</option>
		<option value="3">JGLOBAL_NOINDEX_NOFOLLOW</option>
		<option value="4">JGLOBAL_NO_ROBOTS_TAG</option>
	</field>

	<field name="author" type="text"
label="JAUTHOR"
		description="JField_Metadata_Author_Desc" size="20"
/>

	<field name="rights" type="text"
		label="JFIELD_META_RIGHTS_LABEL"
description="JFIELD_META_RIGHTS_DESC"
		required="" filter="string" cols="30"
rows="2" /> -->
</fieldset>
</fields>

	
</form>