Current File : /home/pacjaorg/public_html/nsa/administrator/components/com_sppolls/models/forms/poll.xml |
<?xml version="1.0" encoding="utf-8" ?>
<form>
<fieldset name="basic">
<field name="id" type="hidden" />
<field name="title" type="text" label="JGLOBAL_TITLE" description="JFIELD_TITLE_DESC" class="inputbox" required="true" />
<field name="alias" type="text" id="alias" label="JFIELD_ALIAS_LABEL" description="JFIELD_ALIAS_DESC" hint="JFIELD_ALIAS_PLACEHOLDER" size="40" />
<field name="polls" type="sppolls" label="COM_SPPOLLS_POLLS" description="COM_SPPOLLS_POLLS" />
<field name="published" type="list" label="JSTATUS" labelclass="hello-label" class="chzn-color-state" filter="intval" size="1" default="1">
<option value="1">JPUBLISHED</option>
<option value="0">JUNPUBLISHED</option>
</field>
<field name="created" type="calendar" />
<field name="created_by" type="user" />
<field name="language" type="language">
<option value="*">COM_SPPOLL_ALL_LANGUAGES</option>
</field>
<field name="access" type="accesslevel" label="JFIELD_ACCESS_LABEL" />
</fieldset>
</form>