Initial commit
This commit is contained in:
237
admin/forms/country.xml
Normal file
237
admin/forms/country.xml
Normal file
@@ -0,0 +1,237 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<form
|
||||
addruleprefix="JCB\Component\Subformpower\Administrator\Rule"
|
||||
addfieldprefix="JCB\Component\Subformpower\Administrator\Field"
|
||||
>
|
||||
<config>
|
||||
<inlinehelp button="show"/>
|
||||
</config>
|
||||
<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_SUBFORMPOWER_COUNTRY_CREATED_DATE_LABEL"
|
||||
description="COM_SUBFORMPOWER_COUNTRY_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_SUBFORMPOWER_COUNTRY_CREATED_BY_LABEL"
|
||||
description="COM_SUBFORMPOWER_COUNTRY_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="COM_SUBFORMPOWER_COUNTRY_MODIFIED_DATE_LABEL" description="COM_SUBFORMPOWER_COUNTRY_MODIFIED_DATE_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="COM_SUBFORMPOWER_COUNTRY_MODIFIED_BY_LABEL"
|
||||
description="COM_SUBFORMPOWER_COUNTRY_MODIFIED_BY_DESC"
|
||||
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_SUBFORMPOWER_COUNTRY_ORDERING_LABEL"
|
||||
description=""
|
||||
default="0"
|
||||
size="6"
|
||||
required="false"
|
||||
/>
|
||||
<!-- Version Field. Type: Text (joomla) -->
|
||||
<field
|
||||
name="version"
|
||||
type="text"
|
||||
class="readonly"
|
||||
label="COM_SUBFORMPOWER_COUNTRY_VERSION_LABEL"
|
||||
description="COM_SUBFORMPOWER_COUNTRY_VERSION_DESC"
|
||||
size="6"
|
||||
default="1"
|
||||
readonly="true"
|
||||
filter="unset"
|
||||
/>
|
||||
<!-- Was added due to Permissions JS needing a Title field -->
|
||||
<!-- Let us know at gh-629 should this change -->
|
||||
<!-- https://github.com/vdm-io/Joomla-Component-Builder/issues/629#issuecomment-750117235 -->
|
||||
<field
|
||||
name="title"
|
||||
type="hidden"
|
||||
default="subformpower country"
|
||||
/>
|
||||
<!-- Dynamic Fields. -->
|
||||
<!-- Name Field. Type: Text. (joomla) -->
|
||||
<field
|
||||
type="text"
|
||||
name="name"
|
||||
label="COM_SUBFORMPOWER_COUNTRY_NAME_LABEL"
|
||||
default=""
|
||||
description="COM_SUBFORMPOWER_COUNTRY_NAME_DESCRIPTION"
|
||||
message="COM_SUBFORMPOWER_COUNTRY_NAME_MESSAGE"
|
||||
hint="COM_SUBFORMPOWER_COUNTRY_NAME_HINT"
|
||||
/>
|
||||
<!-- Phonecode Field. Type: Text. (joomla) -->
|
||||
<field
|
||||
type="text"
|
||||
name="phonecode"
|
||||
label="COM_SUBFORMPOWER_COUNTRY_PHONECODE_LABEL"
|
||||
default=""
|
||||
description="COM_SUBFORMPOWER_COUNTRY_PHONECODE_DESCRIPTION"
|
||||
message="COM_SUBFORMPOWER_COUNTRY_PHONECODE_MESSAGE"
|
||||
hint="COM_SUBFORMPOWER_COUNTRY_PHONECODE_HINT"
|
||||
/>
|
||||
<!-- Isothree Field. Type: Text. (joomla) -->
|
||||
<field
|
||||
type="text"
|
||||
name="isothree"
|
||||
label="COM_SUBFORMPOWER_COUNTRY_ISOTHREE_LABEL"
|
||||
default=""
|
||||
description="COM_SUBFORMPOWER_COUNTRY_ISOTHREE_DESCRIPTION"
|
||||
message="COM_SUBFORMPOWER_COUNTRY_ISOTHREE_MESSAGE"
|
||||
hint="COM_SUBFORMPOWER_COUNTRY_ISOTHREE_HINT"
|
||||
/>
|
||||
<!-- Timezone Field. Type: Text. (joomla) -->
|
||||
<field
|
||||
type="text"
|
||||
name="timezone"
|
||||
label="COM_SUBFORMPOWER_COUNTRY_TIMEZONE_LABEL"
|
||||
default=""
|
||||
description="COM_SUBFORMPOWER_COUNTRY_TIMEZONE_DESCRIPTION"
|
||||
message="COM_SUBFORMPOWER_COUNTRY_TIMEZONE_MESSAGE"
|
||||
hint="COM_SUBFORMPOWER_COUNTRY_TIMEZONE_HINT"
|
||||
/>
|
||||
<!-- Numcode Field. Type: Text. (joomla) -->
|
||||
<field
|
||||
type="text"
|
||||
name="numcode"
|
||||
label="COM_SUBFORMPOWER_COUNTRY_NUMCODE_LABEL"
|
||||
default=""
|
||||
description="COM_SUBFORMPOWER_COUNTRY_NUMCODE_DESCRIPTION"
|
||||
message="COM_SUBFORMPOWER_COUNTRY_NUMCODE_MESSAGE"
|
||||
hint="COM_SUBFORMPOWER_COUNTRY_NUMCODE_HINT"
|
||||
/>
|
||||
<!-- Iso Field. Type: Text. (joomla) -->
|
||||
<field
|
||||
type="text"
|
||||
name="iso"
|
||||
label="COM_SUBFORMPOWER_COUNTRY_ISO_LABEL"
|
||||
default=""
|
||||
description="COM_SUBFORMPOWER_COUNTRY_ISO_DESCRIPTION"
|
||||
message="COM_SUBFORMPOWER_COUNTRY_ISO_MESSAGE"
|
||||
hint="COM_SUBFORMPOWER_COUNTRY_ISO_HINT"
|
||||
/>
|
||||
<!-- Guid Field. Type: Text. (joomla) -->
|
||||
<field
|
||||
type="text"
|
||||
name="guid"
|
||||
label="COM_SUBFORMPOWER_COUNTRY_GUID_LABEL"
|
||||
size="40"
|
||||
maxlength="40"
|
||||
description="COM_SUBFORMPOWER_COUNTRY_GUID_DESCRIPTION"
|
||||
class="text_area"
|
||||
readonly="true"
|
||||
filter="CMD"
|
||||
validate="guid"
|
||||
hint="COM_SUBFORMPOWER_COUNTRY_GUID_HINT"
|
||||
/>
|
||||
<!-- Currency Field. Type: Subform. (joomla) -->
|
||||
<field
|
||||
type="subform"
|
||||
name="currency"
|
||||
label="COM_SUBFORMPOWER_COUNTRY_CURRENCY_LABEL"
|
||||
layout="joomla.form.field.subform.repeatable-table"
|
||||
multiple="true"
|
||||
buttons="add,remove,move"
|
||||
icon="list"
|
||||
max="50">
|
||||
<form hidden="true" name="list_currency_modal" repeat="true">
|
||||
<!-- Guid Field. Type: Hidden. (joomla) -->
|
||||
<field
|
||||
type="hidden"
|
||||
name="guid"
|
||||
default="0"
|
||||
filter="STRING"
|
||||
/>
|
||||
<!-- Name Field. Type: Text. (joomla) -->
|
||||
<field
|
||||
type="text"
|
||||
name="name"
|
||||
label="COM_SUBFORMPOWER_COUNTRY_NAME_LABEL"
|
||||
default=""
|
||||
description="COM_SUBFORMPOWER_COUNTRY_NAME_DESCRIPTION"
|
||||
message="COM_SUBFORMPOWER_COUNTRY_NAME_MESSAGE"
|
||||
hint="COM_SUBFORMPOWER_COUNTRY_NAME_HINT"
|
||||
/>
|
||||
<!-- Symbol Field. Type: Text. (joomla) -->
|
||||
<field
|
||||
type="text"
|
||||
name="symbol"
|
||||
label="COM_SUBFORMPOWER_COUNTRY_SYMBOL_LABEL"
|
||||
default=""
|
||||
description="COM_SUBFORMPOWER_COUNTRY_SYMBOL_DESCRIPTION"
|
||||
message="COM_SUBFORMPOWER_COUNTRY_SYMBOL_MESSAGE"
|
||||
hint="COM_SUBFORMPOWER_COUNTRY_SYMBOL_HINT"
|
||||
/>
|
||||
</form>
|
||||
</field>
|
||||
</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 country"
|
||||
translate_label="false"
|
||||
filter="rules"
|
||||
validate="rules"
|
||||
class="inputbox"
|
||||
component="com_subformpower"
|
||||
section="country"
|
||||
/>
|
||||
</fieldset>
|
||||
</form>
|
169
admin/forms/currency.xml
Normal file
169
admin/forms/currency.xml
Normal file
@@ -0,0 +1,169 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<form
|
||||
addruleprefix="JCB\Component\Subformpower\Administrator\Rule"
|
||||
addfieldprefix="JCB\Component\Subformpower\Administrator\Field"
|
||||
>
|
||||
<config>
|
||||
<inlinehelp button="show"/>
|
||||
</config>
|
||||
<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_SUBFORMPOWER_CURRENCY_CREATED_DATE_LABEL"
|
||||
description="COM_SUBFORMPOWER_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_SUBFORMPOWER_CURRENCY_CREATED_BY_LABEL"
|
||||
description="COM_SUBFORMPOWER_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="COM_SUBFORMPOWER_CURRENCY_MODIFIED_DATE_LABEL" description="COM_SUBFORMPOWER_CURRENCY_MODIFIED_DATE_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="COM_SUBFORMPOWER_CURRENCY_MODIFIED_BY_LABEL"
|
||||
description="COM_SUBFORMPOWER_CURRENCY_MODIFIED_BY_DESC"
|
||||
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_SUBFORMPOWER_CURRENCY_ORDERING_LABEL"
|
||||
description=""
|
||||
default="0"
|
||||
size="6"
|
||||
required="false"
|
||||
/>
|
||||
<!-- Version Field. Type: Text (joomla) -->
|
||||
<field
|
||||
name="version"
|
||||
type="text"
|
||||
class="readonly"
|
||||
label="COM_SUBFORMPOWER_CURRENCY_VERSION_LABEL"
|
||||
description="COM_SUBFORMPOWER_CURRENCY_VERSION_DESC"
|
||||
size="6"
|
||||
default="1"
|
||||
readonly="true"
|
||||
filter="unset"
|
||||
/>
|
||||
<!-- Was added due to Permissions JS needing a Title field -->
|
||||
<!-- Let us know at gh-629 should this change -->
|
||||
<!-- https://github.com/vdm-io/Joomla-Component-Builder/issues/629#issuecomment-750117235 -->
|
||||
<field
|
||||
name="title"
|
||||
type="hidden"
|
||||
default="subformpower currency"
|
||||
/>
|
||||
<!-- Dynamic Fields. -->
|
||||
<!-- Name Field. Type: Text. (joomla) -->
|
||||
<field
|
||||
type="text"
|
||||
name="name"
|
||||
label="COM_SUBFORMPOWER_CURRENCY_NAME_LABEL"
|
||||
default=""
|
||||
description="COM_SUBFORMPOWER_CURRENCY_NAME_DESCRIPTION"
|
||||
message="COM_SUBFORMPOWER_CURRENCY_NAME_MESSAGE"
|
||||
hint="COM_SUBFORMPOWER_CURRENCY_NAME_HINT"
|
||||
/>
|
||||
<!-- Symbol Field. Type: Text. (joomla) -->
|
||||
<field
|
||||
type="text"
|
||||
name="symbol"
|
||||
label="COM_SUBFORMPOWER_CURRENCY_SYMBOL_LABEL"
|
||||
default=""
|
||||
description="COM_SUBFORMPOWER_CURRENCY_SYMBOL_DESCRIPTION"
|
||||
message="COM_SUBFORMPOWER_CURRENCY_SYMBOL_MESSAGE"
|
||||
hint="COM_SUBFORMPOWER_CURRENCY_SYMBOL_HINT"
|
||||
/>
|
||||
<!-- Country Field. Type: Countries. (custom) -->
|
||||
<field
|
||||
type="countries"
|
||||
name="country"
|
||||
label="COM_SUBFORMPOWER_CURRENCY_COUNTRY_LABEL"
|
||||
description="COM_SUBFORMPOWER_CURRENCY_COUNTRY_DESCRIPTION"
|
||||
message="COM_SUBFORMPOWER_CURRENCY_COUNTRY_MESSAGE"
|
||||
class="list_class"
|
||||
layout="joomla.form.field.list-fancy-select"
|
||||
validate="guid"
|
||||
button="true"
|
||||
/>
|
||||
<!-- Guid Field. Type: Text. (joomla) -->
|
||||
<field
|
||||
type="text"
|
||||
name="guid"
|
||||
label="COM_SUBFORMPOWER_CURRENCY_GUID_LABEL"
|
||||
size="40"
|
||||
maxlength="40"
|
||||
description="COM_SUBFORMPOWER_CURRENCY_GUID_DESCRIPTION"
|
||||
class="text_area"
|
||||
readonly="true"
|
||||
filter="CMD"
|
||||
validate="guid"
|
||||
hint="COM_SUBFORMPOWER_CURRENCY_GUID_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_subformpower"
|
||||
section="currency"
|
||||
/>
|
||||
</fieldset>
|
||||
</form>
|
98
admin/forms/filter_countries.xml
Normal file
98
admin/forms/filter_countries.xml
Normal file
@@ -0,0 +1,98 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<form
|
||||
addruleprefix="JCB\Component\Subformpower\Administrator\Rule"
|
||||
addfieldprefix="JCB\Component\Subformpower\Administrator\Field"
|
||||
>
|
||||
<fields name="filter">
|
||||
<field
|
||||
type="text"
|
||||
name="search"
|
||||
inputmode="search"
|
||||
label="COM_SUBFORMPOWER_FILTER_SEARCH"
|
||||
description="COM_SUBFORMPOWER_FILTER_SEARCH_COUNTRIES"
|
||||
hint="JSEARCH_FILTER"
|
||||
/>
|
||||
<field
|
||||
type="status"
|
||||
name="published"
|
||||
label="COM_SUBFORMPOWER_FILTER_PUBLISHED"
|
||||
description="COM_SUBFORMPOWER_FILTER_PUBLISHED_COUNTRIES"
|
||||
class="js-select-submit-on-change"
|
||||
>
|
||||
<option value="">JOPTION_SELECT_PUBLISHED</option>
|
||||
</field>
|
||||
<field
|
||||
type="accesslevel"
|
||||
name="access"
|
||||
label="JGRID_HEADING_ACCESS"
|
||||
hint="JOPTION_SELECT_ACCESS"
|
||||
multiple="true"
|
||||
class="js-select-submit-on-change"
|
||||
layout="joomla.form.field.list-fancy-select"
|
||||
/>
|
||||
<field
|
||||
type="countriesfilterphonecode"
|
||||
name="phonecode"
|
||||
label="COM_SUBFORMPOWER_COUNTRY_PHONECODE_LABEL"
|
||||
multiple="false"
|
||||
class="js-select-submit-on-change"
|
||||
/>
|
||||
<field
|
||||
type="countriesfilterisothree"
|
||||
name="isothree"
|
||||
label="COM_SUBFORMPOWER_COUNTRY_ISOTHREE_LABEL"
|
||||
multiple="false"
|
||||
class="js-select-submit-on-change"
|
||||
/>
|
||||
<field
|
||||
type="countriesfilternumcode"
|
||||
name="numcode"
|
||||
label="COM_SUBFORMPOWER_COUNTRY_NUMCODE_LABEL"
|
||||
multiple="false"
|
||||
class="js-select-submit-on-change"
|
||||
/>
|
||||
<field
|
||||
type="countriesfilteriso"
|
||||
name="iso"
|
||||
label="COM_SUBFORMPOWER_COUNTRY_ISO_LABEL"
|
||||
multiple="false"
|
||||
class="js-select-submit-on-change"
|
||||
/>
|
||||
<input type="hidden" name="form_submited" value="1"/>
|
||||
</fields>
|
||||
|
||||
<fields name="list">
|
||||
<field
|
||||
name="fullordering"
|
||||
type="list"
|
||||
label="JGLOBAL_SORT_BY"
|
||||
class="js-select-submit-on-change"
|
||||
default="a.id DESC"
|
||||
validate="options"
|
||||
>
|
||||
<option value="">JGLOBAL_SORT_BY</option>
|
||||
<option value="a.ordering ASC">JGRID_HEADING_ORDERING_ASC</option>
|
||||
<option value="a.ordering DESC">JGRID_HEADING_ORDERING_DESC</option>
|
||||
<option value="a.published ASC">JSTATUS_ASC</option>
|
||||
<option value="a.published DESC">JSTATUS_DESC</option>
|
||||
<option value="a.phonecode ASC">COM_SUBFORMPOWER_FILTER_PHONECODE_ASCENDING</option>
|
||||
<option value="a.phonecode DESC">COM_SUBFORMPOWER_FILTER_PHONECODE_DESCENDING</option>
|
||||
<option value="a.isothree ASC">COM_SUBFORMPOWER_FILTER_ISOTHREE_ASCENDING</option>
|
||||
<option value="a.isothree DESC">COM_SUBFORMPOWER_FILTER_ISOTHREE_DESCENDING</option>
|
||||
<option value="a.numcode ASC">COM_SUBFORMPOWER_FILTER_NUMCODE_ASCENDING</option>
|
||||
<option value="a.numcode DESC">COM_SUBFORMPOWER_FILTER_NUMCODE_DESCENDING</option>
|
||||
<option value="a.iso ASC">COM_SUBFORMPOWER_FILTER_ISO_ASCENDING</option>
|
||||
<option value="a.iso DESC">COM_SUBFORMPOWER_FILTER_ISO_DESCENDING</option>
|
||||
<option value="a.id ASC">JGRID_HEADING_ID_ASC</option>
|
||||
<option value="a.id DESC">JGRID_HEADING_ID_DESC</option>
|
||||
</field>
|
||||
|
||||
<field
|
||||
name="limit"
|
||||
type="limitbox"
|
||||
label="JGLOBAL_LIST_LIMIT"
|
||||
default="25"
|
||||
class="js-select-submit-on-change"
|
||||
/>
|
||||
</fields>
|
||||
</form>
|
71
admin/forms/filter_currencies.xml
Normal file
71
admin/forms/filter_currencies.xml
Normal file
@@ -0,0 +1,71 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<form
|
||||
addruleprefix="JCB\Component\Subformpower\Administrator\Rule"
|
||||
addfieldprefix="JCB\Component\Subformpower\Administrator\Field"
|
||||
>
|
||||
<fields name="filter">
|
||||
<field
|
||||
type="text"
|
||||
name="search"
|
||||
inputmode="search"
|
||||
label="COM_SUBFORMPOWER_FILTER_SEARCH"
|
||||
description="COM_SUBFORMPOWER_FILTER_SEARCH_CURRENCIES"
|
||||
hint="JSEARCH_FILTER"
|
||||
/>
|
||||
<field
|
||||
type="status"
|
||||
name="published"
|
||||
label="COM_SUBFORMPOWER_FILTER_PUBLISHED"
|
||||
description="COM_SUBFORMPOWER_FILTER_PUBLISHED_CURRENCIES"
|
||||
class="js-select-submit-on-change"
|
||||
>
|
||||
<option value="">JOPTION_SELECT_PUBLISHED</option>
|
||||
</field>
|
||||
<field
|
||||
type="accesslevel"
|
||||
name="access"
|
||||
label="JGRID_HEADING_ACCESS"
|
||||
hint="JOPTION_SELECT_ACCESS"
|
||||
multiple="true"
|
||||
class="js-select-submit-on-change"
|
||||
layout="joomla.form.field.list-fancy-select"
|
||||
/>
|
||||
<field
|
||||
type="currenciesfiltersymbol"
|
||||
name="symbol"
|
||||
label="COM_SUBFORMPOWER_CURRENCY_SYMBOL_LABEL"
|
||||
multiple="false"
|
||||
class="js-select-submit-on-change"
|
||||
/>
|
||||
<input type="hidden" name="form_submited" value="1"/>
|
||||
</fields>
|
||||
|
||||
<fields name="list">
|
||||
<field
|
||||
name="fullordering"
|
||||
type="list"
|
||||
label="JGLOBAL_SORT_BY"
|
||||
class="js-select-submit-on-change"
|
||||
default="a.id DESC"
|
||||
validate="options"
|
||||
>
|
||||
<option value="">JGLOBAL_SORT_BY</option>
|
||||
<option value="a.ordering ASC">JGRID_HEADING_ORDERING_ASC</option>
|
||||
<option value="a.ordering DESC">JGRID_HEADING_ORDERING_DESC</option>
|
||||
<option value="a.published ASC">JSTATUS_ASC</option>
|
||||
<option value="a.published DESC">JSTATUS_DESC</option>
|
||||
<option value="a.symbol ASC">COM_SUBFORMPOWER_FILTER_SYMBOL_ASCENDING</option>
|
||||
<option value="a.symbol DESC">COM_SUBFORMPOWER_FILTER_SYMBOL_DESCENDING</option>
|
||||
<option value="a.id ASC">JGRID_HEADING_ID_ASC</option>
|
||||
<option value="a.id DESC">JGRID_HEADING_ID_DESC</option>
|
||||
</field>
|
||||
|
||||
<field
|
||||
name="limit"
|
||||
type="limitbox"
|
||||
label="JGLOBAL_LIST_LIMIT"
|
||||
default="25"
|
||||
class="js-select-submit-on-change"
|
||||
/>
|
||||
</fields>
|
||||
</form>
|
1
admin/forms/index.html
Normal file
1
admin/forms/index.html
Normal file
@@ -0,0 +1 @@
|
||||
<html><body bgcolor="#FFFFFF"></body></html>
|
Reference in New Issue
Block a user