245 lines
7.2 KiB
XML
245 lines
7.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">
|
|
<!-- Default Fields. -->
|
|
<!-- 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"
|
|
/>
|
|
<!-- Date Created Field. Type: Calendar (joomla) -->
|
|
<field
|
|
name="created"
|
|
type="calendar"
|
|
label="COM_COSTBENEFITPROJECTION_CURRENCY_CREATED_DATE_LABEL"
|
|
description="COM_COSTBENEFITPROJECTION_CURRENCY_CREATED_DATE_DESC"
|
|
size="22"
|
|
format="%Y-%m-%d %H:%M:%S"
|
|
filter="user_utc"
|
|
/>
|
|
<!-- User Created Field. Type: User (joomla) -->
|
|
<field
|
|
name="created_by"
|
|
type="user"
|
|
label="COM_COSTBENEFITPROJECTION_CURRENCY_CREATED_BY_LABEL"
|
|
description="COM_COSTBENEFITPROJECTION_CURRENCY_CREATED_BY_DESC"
|
|
/>
|
|
<!-- 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>
|
|
<!-- 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" />
|
|
<!-- User Modified Field. Type: User (joomla) -->
|
|
<field name="modified_by" type="user"
|
|
label="JGLOBAL_FIELD_MODIFIED_BY_LABEL"
|
|
class="readonly"
|
|
readonly="true"
|
|
filter="unset"
|
|
/>
|
|
<!-- Access Field. Type: Accesslevel (joomla) -->
|
|
<field name="access"
|
|
type="accesslevel"
|
|
label="JFIELD_ACCESS_LABEL"
|
|
description="JFIELD_ACCESS_DESC"
|
|
default="1"
|
|
required="false"
|
|
/>
|
|
<!-- Ordering Field. Type: Numbers (joomla) -->
|
|
<field
|
|
name="ordering"
|
|
type="number"
|
|
class="inputbox validate-ordering"
|
|
label="COM_COSTBENEFITPROJECTION_CURRENCY_ORDERING_LABEL"
|
|
description=""
|
|
default="0"
|
|
size="6"
|
|
required="false"
|
|
/>
|
|
<!-- Version Field. Type: Text (joomla) -->
|
|
<field
|
|
name="version"
|
|
type="text"
|
|
class="readonly"
|
|
label="COM_COSTBENEFITPROJECTION_CURRENCY_VERSION_LABEL"
|
|
description="COM_COSTBENEFITPROJECTION_CURRENCY_VERSION_DESC"
|
|
size="6"
|
|
readonly="true"
|
|
filter="unset"
|
|
/>
|
|
<!-- Dynamic Fields. -->
|
|
<!-- Name Field. Type: Text. (joomla) -->
|
|
<field
|
|
type="text"
|
|
name="name"
|
|
label="COM_COSTBENEFITPROJECTION_CURRENCY_NAME_LABEL"
|
|
size="40"
|
|
maxlength="150"
|
|
description="COM_COSTBENEFITPROJECTION_CURRENCY_NAME_DESCRIPTION"
|
|
class="text_area"
|
|
readonly="false"
|
|
disabled="false"
|
|
required="true"
|
|
filter="STRING"
|
|
message="Error! Please add name here."
|
|
hint="COM_COSTBENEFITPROJECTION_CURRENCY_NAME_HINT"
|
|
/>
|
|
<!-- Codethree Field. Type: Text. (joomla) -->
|
|
<field
|
|
type="text"
|
|
name="codethree"
|
|
label="COM_COSTBENEFITPROJECTION_CURRENCY_CODETHREE_LABEL"
|
|
size="40"
|
|
maxlength="3"
|
|
description="COM_COSTBENEFITPROJECTION_CURRENCY_CODETHREE_DESCRIPTION"
|
|
class="text_area"
|
|
required="true"
|
|
filter="WORD"
|
|
message="Error! Please add three-letter currency code here."
|
|
hint="COM_COSTBENEFITPROJECTION_CURRENCY_CODETHREE_HINT"
|
|
/>
|
|
<!-- Numericcode Field. Type: Text. (joomla) -->
|
|
<field
|
|
type="text"
|
|
name="numericcode"
|
|
label="COM_COSTBENEFITPROJECTION_CURRENCY_NUMERICCODE_LABEL"
|
|
size="40"
|
|
maxlength="5"
|
|
description="COM_COSTBENEFITPROJECTION_CURRENCY_NUMERICCODE_DESCRIPTION"
|
|
class="text_area"
|
|
required="true"
|
|
filter="INT"
|
|
message="Error! Please add numeric code here."
|
|
hint="COM_COSTBENEFITPROJECTION_CURRENCY_NUMERICCODE_HINT"
|
|
/>
|
|
<!-- Symbol Field. Type: Text. (joomla) -->
|
|
<field
|
|
type="text"
|
|
name="symbol"
|
|
label="COM_COSTBENEFITPROJECTION_CURRENCY_SYMBOL_LABEL"
|
|
size="40"
|
|
maxlength="7"
|
|
description="COM_COSTBENEFITPROJECTION_CURRENCY_SYMBOL_DESCRIPTION"
|
|
class="text_area"
|
|
required="true"
|
|
filter="STRING"
|
|
message="Error! Please add currency symbol here."
|
|
hint="COM_COSTBENEFITPROJECTION_CURRENCY_SYMBOL_HINT"
|
|
/>
|
|
<!-- Alias Field. Type: Text. (joomla) -->
|
|
<field
|
|
type="text"
|
|
name="alias"
|
|
label="JFIELD_ALIAS_LABEL"
|
|
description="JFIELD_ALIAS_DESC"
|
|
filter="STRING"
|
|
hint="COM_COSTBENEFITPROJECTION_CURRENCY_ALIAS_HINT"
|
|
/>
|
|
<!-- Positivestyle Field. Type: Text. (joomla) -->
|
|
<field
|
|
type="text"
|
|
name="positivestyle"
|
|
label="COM_COSTBENEFITPROJECTION_CURRENCY_POSITIVESTYLE_LABEL"
|
|
size="40"
|
|
description="COM_COSTBENEFITPROJECTION_CURRENCY_POSITIVESTYLE_DESCRIPTION"
|
|
class="text_area"
|
|
required="true"
|
|
filter="STRING"
|
|
message="Error! Please add currency positive style here."
|
|
hint="COM_COSTBENEFITPROJECTION_CURRENCY_POSITIVESTYLE_HINT"
|
|
/>
|
|
<!-- Thousands Field. Type: Text. (joomla) -->
|
|
<field
|
|
type="text"
|
|
name="thousands"
|
|
label="COM_COSTBENEFITPROJECTION_CURRENCY_THOUSANDS_LABEL"
|
|
size="40"
|
|
class="text_area"
|
|
required="true"
|
|
filter="STRING"
|
|
message="Error! Please add currency thousands separator here."
|
|
hint="COM_COSTBENEFITPROJECTION_CURRENCY_THOUSANDS_HINT"
|
|
/>
|
|
<!-- Decimalsymbol Field. Type: Text. (joomla) -->
|
|
<field
|
|
type="text"
|
|
name="decimalsymbol"
|
|
label="COM_COSTBENEFITPROJECTION_CURRENCY_DECIMALSYMBOL_LABEL"
|
|
size="40"
|
|
maxlength="2"
|
|
default="."
|
|
description="COM_COSTBENEFITPROJECTION_CURRENCY_DECIMALSYMBOL_DESCRIPTION"
|
|
class="text_area"
|
|
required="true"
|
|
filter="STRING"
|
|
message="Error! Please add currency decimal symbol here."
|
|
hint="COM_COSTBENEFITPROJECTION_CURRENCY_DECIMALSYMBOL_HINT"
|
|
/>
|
|
<!-- Decimalplace Field. Type: Text. (joomla) -->
|
|
<field
|
|
type="text"
|
|
name="decimalplace"
|
|
label="COM_COSTBENEFITPROJECTION_CURRENCY_DECIMALPLACE_LABEL"
|
|
size="40"
|
|
maxlength="2"
|
|
default="2"
|
|
description="COM_COSTBENEFITPROJECTION_CURRENCY_DECIMALPLACE_DESCRIPTION"
|
|
class="text_area"
|
|
required="true"
|
|
filter="INT"
|
|
message="Error! Please add currency decimal place here."
|
|
hint="COM_COSTBENEFITPROJECTION_CURRENCY_DECIMALPLACE_HINT"
|
|
/>
|
|
<!-- Negativestyle Field. Type: Text. (joomla) -->
|
|
<field
|
|
type="text"
|
|
name="negativestyle"
|
|
label="COM_COSTBENEFITPROJECTION_CURRENCY_NEGATIVESTYLE_LABEL"
|
|
size="40"
|
|
description="COM_COSTBENEFITPROJECTION_CURRENCY_NEGATIVESTYLE_DESCRIPTION"
|
|
class="text_area"
|
|
required="true"
|
|
filter="STRING"
|
|
message="Error! Please add currency negative style here."
|
|
hint="COM_COSTBENEFITPROJECTION_CURRENCY_NEGATIVESTYLE_HINT"
|
|
/>
|
|
</fieldset>
|
|
|
|
<!-- Access Control Fields. -->
|
|
<fieldset name="accesscontrol">
|
|
<!-- Asset Id Field. Type: Hidden (joomla) -->
|
|
<field
|
|
name="asset_id"
|
|
type="hidden"
|
|
filter="unset"
|
|
/>
|
|
<!-- Rules Field. Type: Rules (joomla) -->
|
|
<field
|
|
name="rules"
|
|
type="rules"
|
|
label="Permissions in relation to this currency"
|
|
translate_label="false"
|
|
filter="rules"
|
|
validate="rules"
|
|
class="inputbox"
|
|
component="com_costbenefitprojection"
|
|
section="currency"
|
|
/>
|
|
</fieldset>
|
|
</form> |