179 lines
5.2 KiB
XML
179 lines
5.2 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<form
|
|
addrulepath="/administrator/components/com_costbenefitprojection/models/rules"
|
|
addfieldpath="/administrator/components/com_costbenefitprojection/models/fields"
|
|
>
|
|
<fieldset name="details">
|
|
<!-- [11028] Default Fields. -->
|
|
<!-- [11029] Id Field. Type: Text (joomla) -->
|
|
<field
|
|
name="id"
|
|
type="text" class="readonly" label="JGLOBAL_FIELD_ID_LABEL"
|
|
description ="JGLOBAL_FIELD_ID_DESC" size="10" default="0"
|
|
readonly="true"
|
|
/>
|
|
<!-- [11036] Date Created Field. Type: Calendar (joomla) -->
|
|
<field
|
|
name="created"
|
|
type="calendar"
|
|
label="COM_COSTBENEFITPROJECTION_CAUSERISK_CREATED_DATE_LABEL"
|
|
description="COM_COSTBENEFITPROJECTION_CAUSERISK_CREATED_DATE_DESC"
|
|
size="22"
|
|
format="%Y-%m-%d %H:%M:%S"
|
|
filter="user_utc"
|
|
/>
|
|
<!-- [11047] User Created Field. Type: User (joomla) -->
|
|
<field
|
|
name="created_by"
|
|
type="user"
|
|
label="COM_COSTBENEFITPROJECTION_CAUSERISK_CREATED_BY_LABEL"
|
|
description="COM_COSTBENEFITPROJECTION_CAUSERISK_CREATED_BY_DESC"
|
|
/>
|
|
<!-- [11055] Published Field. Type: List (joomla) -->
|
|
<field name="published" type="list" label="JSTATUS"
|
|
description="JFIELD_PUBLISHED_DESC" class="chzn-color-state"
|
|
filter="intval" 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>
|
|
<!-- [11070] Date Modified Field. Type: Calendar (joomla) -->
|
|
<field name="modified" type="calendar" class="readonly"
|
|
label="JGLOBAL_FIELD_MODIFIED_LABEL" description="COM_CONTENT_FIELD_MODIFIED_DESC"
|
|
size="22" readonly="true" format="%Y-%m-%d %H:%M:%S" filter="user_utc" />
|
|
<!-- [11074] User Modified Field. Type: User (joomla) -->
|
|
<field name="modified_by" type="user"
|
|
label="JGLOBAL_FIELD_MODIFIED_BY_LABEL"
|
|
class="readonly"
|
|
readonly="true"
|
|
filter="unset"
|
|
/>
|
|
<!-- [11084] Access Field. Type: Accesslevel (joomla) -->
|
|
<field name="access"
|
|
type="accesslevel"
|
|
label="JFIELD_ACCESS_LABEL"
|
|
description="JFIELD_ACCESS_DESC"
|
|
default="1"
|
|
required="false"
|
|
/>
|
|
<!-- [11094] Ordering Field. Type: Numbers (joomla) -->
|
|
<field
|
|
name="ordering"
|
|
type="number"
|
|
class="inputbox validate-ordering"
|
|
label="COM_COSTBENEFITPROJECTION_CAUSERISK_ORDERING_LABEL"
|
|
description=""
|
|
default="0"
|
|
size="6"
|
|
required="false"
|
|
/>
|
|
<!-- [11106] Version Field. Type: Text (joomla) -->
|
|
<field
|
|
name="version"
|
|
type="text"
|
|
class="readonly"
|
|
label="COM_COSTBENEFITPROJECTION_CAUSERISK_VERSION_LABEL"
|
|
description="COM_COSTBENEFITPROJECTION_CAUSERISK_VERSION_DESC"
|
|
size="6"
|
|
readonly="true"
|
|
filter="unset"
|
|
/>
|
|
<!-- [11139] Dynamic Fields. -->
|
|
<!-- [11375] Name Field. Type: Text. (joomla) -->
|
|
<field
|
|
type="text"
|
|
name="name"
|
|
label="COM_COSTBENEFITPROJECTION_CAUSERISK_NAME_LABEL"
|
|
size="40"
|
|
maxlength="150"
|
|
description="COM_COSTBENEFITPROJECTION_CAUSERISK_NAME_DESCRIPTION"
|
|
class="text_area"
|
|
readonly="false"
|
|
disabled="false"
|
|
required="true"
|
|
filter="STRING"
|
|
message="Error! Please add name here."
|
|
hint="COM_COSTBENEFITPROJECTION_CAUSERISK_NAME_HINT"
|
|
/>
|
|
<!-- [11375] Ref Field. Type: Text. (joomla) -->
|
|
<field
|
|
type="text"
|
|
name="ref"
|
|
label="COM_COSTBENEFITPROJECTION_CAUSERISK_REF_LABEL"
|
|
size="10"
|
|
maxlength="50"
|
|
description="COM_COSTBENEFITPROJECTION_CAUSERISK_REF_DESCRIPTION"
|
|
class="text_area"
|
|
readonly="false"
|
|
disabled="false"
|
|
required="true"
|
|
filter="CMD"
|
|
message="Error! Please add the reference number here."
|
|
hint="COM_COSTBENEFITPROJECTION_CAUSERISK_REF_HINT"
|
|
/>
|
|
<!-- [11375] Importname Field. Type: Text. (joomla) -->
|
|
<field
|
|
type="text"
|
|
name="importname"
|
|
label="COM_COSTBENEFITPROJECTION_CAUSERISK_IMPORTNAME_LABEL"
|
|
size="40"
|
|
maxlength="150"
|
|
description="COM_COSTBENEFITPROJECTION_CAUSERISK_IMPORTNAME_DESCRIPTION"
|
|
class="text_area"
|
|
readonly="false"
|
|
disabled="false"
|
|
required="true"
|
|
filter="STRING"
|
|
message="Error! Please add import name here."
|
|
hint="COM_COSTBENEFITPROJECTION_CAUSERISK_IMPORTNAME_HINT"
|
|
/>
|
|
<!-- [11375] Description Field. Type: Textarea. (joomla) -->
|
|
<field
|
|
type="textarea"
|
|
name="description"
|
|
label="COM_COSTBENEFITPROJECTION_CAUSERISK_DESCRIPTION_LABEL"
|
|
rows="11"
|
|
cols="10"
|
|
description="COM_COSTBENEFITPROJECTION_CAUSERISK_DESCRIPTION_DESCRIPTION"
|
|
class="text_area span12"
|
|
filter="HTML"
|
|
hint="COM_COSTBENEFITPROJECTION_CAUSERISK_DESCRIPTION_HINT"
|
|
/>
|
|
<!-- [11375] Alias Field. Type: Text. (joomla) -->
|
|
<field
|
|
type="text"
|
|
name="alias"
|
|
label="JFIELD_ALIAS_LABEL"
|
|
description="JFIELD_ALIAS_DESC"
|
|
filter="STRING"
|
|
hint="COM_COSTBENEFITPROJECTION_CAUSERISK_ALIAS_HINT"
|
|
/>
|
|
</fieldset>
|
|
|
|
<!-- [10062] Access Control Fields. -->
|
|
<fieldset name="accesscontrol">
|
|
<!-- [10064] Asset Id Field. Type: Hidden (joomla) -->
|
|
<field
|
|
name="asset_id"
|
|
type="hidden"
|
|
filter="unset"
|
|
/>
|
|
<!-- [10070] Rules Field. Type: Rules (joomla) -->
|
|
<field
|
|
name="rules"
|
|
type="rules"
|
|
label="Permissions in relation to this causerisk"
|
|
translate_label="false"
|
|
filter="rules"
|
|
validate="rules"
|
|
class="inputbox"
|
|
component="com_costbenefitprojection"
|
|
section="causerisk"
|
|
/>
|
|
</fieldset>
|
|
</form> |