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/phocacartreview.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="product_id" type="text"
class="inputbox" size="40"
label="COM_PHOCACART_FIELD_PRODUCT_ID_LABEL"
description="COM_PHOCACART_FIELD_PRODUCT_ID_DESC"
required="true" />

<field name="user_id" type="user"
class="inputbox" size="40"
label="COM_PHOCACART_FIELD_USER_ID_LABEL"
description="COM_PHOCACART_FIELD_USER_ID_DESC"
required="true" />

<field name="name" type="text"
class="inputbox" size="40"
label="COM_PHOCACART_FIELD_NAME_LABEL"
description="COM_PHOCACART_FIELD_NAME_DESC"
required="true" />



<field name="rating" type="list"
label="COM_PHOCACART_FIELD_RATING_LABEL"
description="COM_PHOCACART_FIELD_RATING_DESC"
class="inputbox" size="1" default="1">
	<option value="1">1</option>
	<option	value="2">2</option>
	<option	value="3">3</option>
	<option	value="4">4</option>
	<option	value="5">5</option>
</field>

<field name="review" type="textarea"
class="inputbox" 
label="COM_PHOCACART_FIELD_REVIEW_LABEL"
description="COM_PHOCACART_FIELD_REVIEW_DESC"   />

<field name="ordering" type="PhocacartOrdering"
table="review" class="inputbox"
label="COM_PHOCACART_FIELD_ORDERING_LABEL"
description="COM_PHOCACART_FIELD_ORDERING_DESC" />

	</fieldset>
	<fieldset name="publish"
label="COM_PHOCACART_GROUP_LABEL_PUBLISHING_DETAILS" >

<field name="published" type="list"
label="COM_PHOCACART_FIELD_PUBLISHED_LABEL"
description="COM_PHOCACART_FIELD_PUBLISHED_DESC"
class="inputbox" size="1" default="1">
	<option value="1">JPUBLISHED</option>
	<option	value="0">JUNPUBLISHED</option>
</field>

<field name="language" type="contentlanguage"
label="JFIELD_LANGUAGE_LABEL"
description="COM_PHOCACART_FIELD_LANGUAGE_DESC"
class="inputbox">
	<option value="*">JALL</option>
</field>

<field name="date" type="Calendar"
class="inputbox" label="COM_PHOCACART_FIELD_DATE_LABEL"
description="COM_PHOCACART_FIELD_DATE_DESC"
filter="JComponentHelper::filterText" showtime="true"
format="%Y-%m-%d %H:%M:%S" />

	</fieldset>


</form>