176 lines
5.6 KiB
XML
176 lines
5.6 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">
|
||
|
<!-- [11019] Default Fields. -->
|
||
|
<!-- [11020] 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"
|
||
|
/>
|
||
|
<!-- [11027] Date Created Field. Type: Calendar (joomla) -->
|
||
|
<field
|
||
|
name="created"
|
||
|
type="calendar"
|
||
|
label="COM_COSTBENEFITPROJECTION_SERVICE_PROVIDER_CREATED_DATE_LABEL"
|
||
|
description="COM_COSTBENEFITPROJECTION_SERVICE_PROVIDER_CREATED_DATE_DESC"
|
||
|
size="22"
|
||
|
format="%Y-%m-%d %H:%M:%S"
|
||
|
filter="user_utc"
|
||
|
/>
|
||
|
<!-- [11038] User Created Field. Type: User (joomla) -->
|
||
|
<field
|
||
|
name="created_by"
|
||
|
type="user"
|
||
|
label="COM_COSTBENEFITPROJECTION_SERVICE_PROVIDER_CREATED_BY_LABEL"
|
||
|
description="COM_COSTBENEFITPROJECTION_SERVICE_PROVIDER_CREATED_BY_DESC"
|
||
|
/>
|
||
|
<!-- [11046] 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>
|
||
|
<!-- [11061] 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" />
|
||
|
<!-- [11065] User Modified Field. Type: User (joomla) -->
|
||
|
<field name="modified_by" type="user"
|
||
|
label="JGLOBAL_FIELD_MODIFIED_BY_LABEL"
|
||
|
class="readonly"
|
||
|
readonly="true"
|
||
|
filter="unset"
|
||
|
/>
|
||
|
<!-- [11085] Ordering Field. Type: Numbers (joomla) -->
|
||
|
<field
|
||
|
name="ordering"
|
||
|
type="number"
|
||
|
class="inputbox validate-ordering"
|
||
|
label="COM_COSTBENEFITPROJECTION_SERVICE_PROVIDER_ORDERING_LABEL"
|
||
|
description=""
|
||
|
default="0"
|
||
|
size="6"
|
||
|
required="false"
|
||
|
/>
|
||
|
<!-- [11097] Version Field. Type: Text (joomla) -->
|
||
|
<field
|
||
|
name="version"
|
||
|
type="text"
|
||
|
class="readonly"
|
||
|
label="COM_COSTBENEFITPROJECTION_SERVICE_PROVIDER_VERSION_LABEL"
|
||
|
description="COM_COSTBENEFITPROJECTION_SERVICE_PROVIDER_VERSION_DESC"
|
||
|
size="6"
|
||
|
readonly="true"
|
||
|
filter="unset"
|
||
|
/>
|
||
|
<!-- [11130] Dynamic Fields. -->
|
||
|
<!-- [11487] User Field. Type: Serviceprovideruser. (custom) -->
|
||
|
<field
|
||
|
type="serviceprovideruser"
|
||
|
name="user"
|
||
|
label="COM_COSTBENEFITPROJECTION_SERVICE_PROVIDER_USER_LABEL"
|
||
|
description="JFIELD_TITLE_DESC"
|
||
|
hint="COM_COSTBENEFITPROJECTION_SERVICE_PROVIDER_USER_HINT"
|
||
|
/>
|
||
|
<!-- [11487] Country Field. Type: Countries. (custom) -->
|
||
|
<field
|
||
|
type="countries"
|
||
|
name="country"
|
||
|
label="COM_COSTBENEFITPROJECTION_SERVICE_PROVIDER_COUNTRY_LABEL"
|
||
|
description="COM_COSTBENEFITPROJECTION_SERVICE_PROVIDER_COUNTRY_DESCRIPTION"
|
||
|
class="list_class"
|
||
|
multiple="false"
|
||
|
default="0"
|
||
|
required="true"
|
||
|
/>
|
||
|
<!-- [11366] Publicname Field. Type: Text. (joomla) -->
|
||
|
<field
|
||
|
type="text"
|
||
|
name="publicname"
|
||
|
label="COM_COSTBENEFITPROJECTION_SERVICE_PROVIDER_PUBLICNAME_LABEL"
|
||
|
size="60"
|
||
|
maxlength="150"
|
||
|
description="COM_COSTBENEFITPROJECTION_SERVICE_PROVIDER_PUBLICNAME_DESCRIPTION"
|
||
|
class="text_area"
|
||
|
readonly="false"
|
||
|
disabled="false"
|
||
|
filter="STRING"
|
||
|
message="Error! Please add public name here."
|
||
|
hint="COM_COSTBENEFITPROJECTION_SERVICE_PROVIDER_PUBLICNAME_HINT"
|
||
|
/>
|
||
|
<!-- [11366] Publicemail Field. Type: Text. (joomla) -->
|
||
|
<field
|
||
|
type="text"
|
||
|
name="publicemail"
|
||
|
label="COM_COSTBENEFITPROJECTION_SERVICE_PROVIDER_PUBLICEMAIL_LABEL"
|
||
|
size="60"
|
||
|
maxlength="150"
|
||
|
description="COM_COSTBENEFITPROJECTION_SERVICE_PROVIDER_PUBLICEMAIL_DESCRIPTION"
|
||
|
class="text_area"
|
||
|
filter="STRING"
|
||
|
validate="email"
|
||
|
message="Error! Please public email address here."
|
||
|
hint="COM_COSTBENEFITPROJECTION_SERVICE_PROVIDER_PUBLICEMAIL_HINT"
|
||
|
/>
|
||
|
<!-- [11366] Publicnumber Field. Type: Tel. (joomla) -->
|
||
|
<field
|
||
|
type="tel"
|
||
|
name="publicnumber"
|
||
|
label="COM_COSTBENEFITPROJECTION_SERVICE_PROVIDER_PUBLICNUMBER_LABEL"
|
||
|
size="60"
|
||
|
maxlength="150"
|
||
|
description="COM_COSTBENEFITPROJECTION_SERVICE_PROVIDER_PUBLICNUMBER_DESCRIPTION"
|
||
|
class="text_area"
|
||
|
filter="tel"
|
||
|
validated="tel"
|
||
|
message="Error! Please add public phone number here."
|
||
|
hint="COM_COSTBENEFITPROJECTION_SERVICE_PROVIDER_PUBLICNUMBER_HINT"
|
||
|
/>
|
||
|
<!-- [11366] Publicaddress Field. Type: Editor. (joomla) -->
|
||
|
<field
|
||
|
type="editor"
|
||
|
name="publicaddress"
|
||
|
label="COM_COSTBENEFITPROJECTION_SERVICE_PROVIDER_PUBLICADDRESS_LABEL"
|
||
|
width="100%"
|
||
|
height="50px"
|
||
|
buttons="false"
|
||
|
filter="safehtml"
|
||
|
/>
|
||
|
<!-- [11380] Public_details_note Field. Type: Note. A None Database Field. (joomla) -->
|
||
|
<field type="note" name="public_details_note" description="COM_COSTBENEFITPROJECTION_SERVICE_PROVIDER_PUBLIC_DETAILS_NOTE_DESCRIPTION" class="alert alert-info, public_details_note" />
|
||
|
</fieldset>
|
||
|
|
||
|
<!-- [10053] Access Control Fields. -->
|
||
|
<fieldset name="accesscontrol">
|
||
|
<!-- [10055] Asset Id Field. Type: Hidden (joomla) -->
|
||
|
<field
|
||
|
name="asset_id"
|
||
|
type="hidden"
|
||
|
filter="unset"
|
||
|
/>
|
||
|
<!-- [10061] Rules Field. Type: Rules (joomla) -->
|
||
|
<field
|
||
|
name="rules"
|
||
|
type="rules"
|
||
|
label="Permissions in relation to this service_provider"
|
||
|
translate_label="false"
|
||
|
filter="rules"
|
||
|
validate="rules"
|
||
|
class="inputbox"
|
||
|
component="com_costbenefitprojection"
|
||
|
section="service_provider"
|
||
|
/>
|
||
|
</fieldset>
|
||
|
</form>
|