Current File : /home/pacjaorg/public_html/km/administrator/components/com_djcfimporter/models/forms/item.xml |
<?xml version="1.0" encoding="utf-8"?>
<form>
<fieldset>
<field name="id" type="text" default="0" label="JGLOBAL_FIELD_ID_LABEL" readonly="true" class="readonly" />
<field name="name" type="text" class="inputbox" size="40" label="COM_DJCFIMPORTER_GROUP_NAME" required="true" />
<field
name="published"
type="radio"
label="COM_DJCFIMPORTER_PUBLISHED"
class="btn-group"
default="1">
<option
value="1">JPUBLISHED</option>
<option
value="0">JUNPUBLISHED</option>
</field>
<field name="group_id" type="djcfimportergroup" class="inputbox" label="COM_DJCFIMPORTER_GROUP" required="true" />
<field name="description" type="textarea" class="inputbox" label="COM_DJCFIMPORTER_GROUP_DESCRIPTION" />
<field name="created" type="calendar"
label="JGLOBAL_FIELD_CREATED_LABEL" description="JGLOBAL_FIELD_CREATED_DESC"
class="inputbox" size="22" format="%Y-%m-%d %H:%M:%S"
filter="user_utc" />
<field name="created_by" type="user"
label="JGLOBAL_FIELD_CREATED_BY_LABEL" description="JGLOBAL_FIELD_CREATED_BY_Desc" />
</fieldset>
<fields name="params">
<fieldset name="item_params" label="COM_DJCFIMPORTER_PARAMETERS">
<field name="sync_url" type="text" class="inputbox" label="COM_DJCFIMPORTER_ITEM_SYNC_URL" />
<field name="xml_parent_path" type="text" class="inputbox" label="COM_DJCFIMPORTER_ITEM_XML_PARENT_PATH" description="COM_DJCFIMPORTER_ITEM_XML_PARENT_PATH_DESC" />
<field name="xml_parent" type="text" class="inputbox" label="COM_DJCFIMPORTER_ITEM_XML_PARENT" />
<field name="external_id" type="text" class="inputbox" label="COM_DJCFIMPORTER_ITEM_EXTERNAL_ID_FIELD" />
<field name="duplicate_action" type="list" default="0" label="COM_DJCFIMPORTER_ACTION_ON_DUPLICATION" >
<option value="0">COM_DJCFIMPORTER_IGNORE</option>
<option value="1">COM_DJCFIMPORTER_UPDATE</option>
</field>
<field name="missing_action" type="list" default="0" label="COM_DJCFIMPORTER_ACTION_ON_MISSING_ADVERT" description="COM_DJCFIMPORTER_ACTION_ON_MISSING_ADVERT_DESC" >
<option value="0">COM_DJCFIMPORTER_IGNORE</option>
<option value="1">COM_DJCFIMPORTER_DELETE</option>
</field>
<field name="user_id" type="user" label="COM_DJCFIMPORTER_ITEM_USER_ID" />
<field name="exp_days" type="text" default="30" label="COM_DJCFIMPORTER_EXPIRATION_DAYS" description="COM_DJCFIMPORTER_EXPIRATION_DAYS_DESC" />
<field name="sync_protocol" type="list" default="0" label="COM_DJCFIMPORTER_ITEM_SYNC_PROTOCOL">
<option value="0">COM_DJCFIMPORTER_ITEM_SYNC_PROTOCOL_HTTPPOST</option>
<option value="1">COM_DJCFIMPORTER_ITEM_SYNC_PROTOCOL_HTTPGET</option>
<option value="2">COM_DJCFIMPORTER_ITEM_SYNC_PROTOCOL_SOAP11</option>
<option value="3">COM_DJCFIMPORTER_ITEM_SYNC_PROTOCOL_SOAP12</option>
</field>
<field name="sync_headers" type="textarea" class="inputbox" label="COM_DJCFIMPORTER_ITEM_SYNC_HEADERS" showon="sync_protocol:2,3" rows="10" cols="10" filter="raw" />
<field name="sync_xml" type="textarea" class="inputbox" label="COM_DJCFIMPORTER_ITEM_SYNC_XML" showon="sync_protocol:2,3" rows="10" cols="10" filter="raw" />
</fieldset>
</fields>
</form>