Spade
Mini Shell
| Directory:~$ /home/lmsyaran/www/administrator/components/com_phocacart/models/forms/ |
| [Home] [System Details] [Kill Me] |
<?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_NAME_LABEL"
description="COM_PHOCACART_FIELD_NAME_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="ordering" type="PhocacartOrdering"
table="formfield" class="inputbox"
label="COM_PHOCACART_FIELD_ORDERING_LABEL"
description="COM_PHOCACART_FIELD_ORDERING_DESC" />
<field name="access" type="accesslevel"
label="JFIELD_ACCESS_LABEL"
description="JFIELD_ACCESS_DESC" class="inputbox"
size="1" />
</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> -->
</fieldset>
</form>