| Current Path : /home/bonneesp/www/administrator/components/com_contactmap/models/forms/ |
| Current File : /home/bonneesp/www/administrator/components/com_contactmap/models/forms/marqueur.xml |
<?xml version="1.0" encoding="utf-8"?>
<form>
<fieldset name="details"
addfieldpath="/administrator/components/com_contactmap/models/fields"
>
<field name="id" type="text" default="0"
readonly="true" class="readonly"
label="JGLOBAL_FIELD_ID_LABEL" description="JGLOBAL_FIELD_ID_DESC" />
<field name="name" type="text"
class="input-xxlarge input-large-text"
size="40" label="COM_CONTACTMAP_FIELD_MARQUEUR_LABEL"
description="COM_CONTACTMAP_FIELD_MARQUEUR_NAME_DESC"
required="true" />
<field name="url" type="text"
size="40" label="COM_CONTACTMAP_FIELD_URL_LABEL"
description="COM_CONTACTMAP_FIELD_URL_NAME_DESC" required="true"
onchange="jQuery('#preview_marqueur').attr('src', this.value);"/>
<field name="published" type="list"
label="JSTATUS" description="COM_CONTACTMAP_FIELD_MARQUEUR_STATE_DESC"
class="chzn-color-state" size="1" default="1"
>
<option value="1">JPUBLISHED</option>
<option value="0">JUNPUBLISHED</option>
<option value="2">JARCHIVED</option>
<option value="-2">JTRASHED</option>
</field>
</fieldset>
</form>