%PDF- %PDF-
| Direktori : /home1/lightco1/www/administrator/components/com_csvi/models/forms/ |
| Current File : //home1/lightco1/www/administrator/components/com_csvi/models/forms/task.xml |
<?xml version="1.0" encoding="utf-8"?>
<form cron="false">
<fieldset name="task">
<field name="csvi_task_id"
type="hidden"/>
<field name="task_name"
type="text"
label="COM_CSVI_TASK_NAME_LABEL"
description="COM_CSVI_TASK_NAME_DESC"
required="true"
class="inputbox"/>
<field name="action"
type="list"
label="COM_CSVI_TASK_ACTION_LABEL"
description="COM_CSVI_TASK_ACTION_DESC"
size="1"
required="true"
class="advancedSelect">
<option value="import">COM_CSVI_IMPORT</option>
<option value="export">COM_CSVI_EXPORT</option>
</field>
<field name="component"
type="text"
label="COM_CSVI_TASK_COMPONENT_LABEL"
description="COM_CSVI_TASK_COMPONENT_DESC"
required="true"
class="inputbox"/>
<field name="options"
type="text"
label="COM_CSVI_TASK_OPTIONS_LABEL"
description="COM_CSVI_TASK_OPTIONS_DESC"
required="true"
class="input-xxlarge"/>
<field name="url"
type="url"
label="COM_CSVI_TASK_URL_LABEL"
description="COM_CSVI_TASK_URL_DESC"
required="false"
class="input-xxlarge"/>
<field name="enabled"
type="radio"
label="COM_CSVI_TASK_ENABLED_LABEL"
description="COM_CSVI_TASK_ENABLED_DESC"
size="1"
required="false"
class="btn-group btn-group-yesno"
default="1">
<option value="1">COM_CSVI_YES</option>
<option value="0">COM_CSVI_NO</option>
</field>
<field name="ordering" type="text" label="JFIELD_ORDERING_LABEL"
description="JFIELD_ORDERING_DESC" class="inputbox" size="6"
default="0"/>
</fieldset>
</form>