first commit
This commit is contained in:
78
administrator/components/com_languages/forms/override.xml
Normal file
78
administrator/components/com_languages/forms/override.xml
Normal file
@ -0,0 +1,78 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<form>
|
||||
<fieldset>
|
||||
<field
|
||||
name="key"
|
||||
type="text"
|
||||
label="COM_LANGUAGES_OVERRIDE_FIELD_KEY_LABEL"
|
||||
required="true"
|
||||
filter="\Joomla\Component\Languages\Administrator\Helper\LanguagesHelper::filterKey"
|
||||
/>
|
||||
|
||||
<field
|
||||
name="override"
|
||||
type="textarea"
|
||||
label="COM_LANGUAGES_OVERRIDE_FIELD_OVERRIDE_LABEL"
|
||||
cols="50"
|
||||
rows="5"
|
||||
filter="\Joomla\Component\Languages\Administrator\Helper\LanguagesHelper::filterText"
|
||||
/>
|
||||
|
||||
<field
|
||||
name="both"
|
||||
type="checkbox"
|
||||
label="COM_LANGUAGES_OVERRIDE_FIELD_BOTH_LABEL"
|
||||
value="true"
|
||||
filter="boolean"
|
||||
/>
|
||||
|
||||
<field
|
||||
name="searchstring"
|
||||
type="text"
|
||||
label="COM_LANGUAGES_OVERRIDE_FIELD_SEARCHSTRING_LABEL"
|
||||
/>
|
||||
|
||||
<field
|
||||
name="searchtype"
|
||||
type="list"
|
||||
label="COM_LANGUAGES_OVERRIDE_FIELD_SEARCHTYPE_LABEL"
|
||||
default="value"
|
||||
validate="options"
|
||||
>
|
||||
<option value="constant">COM_LANGUAGES_OVERRIDE_FIELD_SEARCHTYPE_CONSTANT</option>
|
||||
<option value="value">COM_LANGUAGES_OVERRIDE_FIELD_SEARCHTYPE_TEXT</option>
|
||||
</field>
|
||||
|
||||
<field
|
||||
name="language"
|
||||
type="text"
|
||||
label="COM_LANGUAGES_OVERRIDE_FIELD_LANGUAGE_LABEL"
|
||||
filter="unset"
|
||||
readonly="true"
|
||||
class="readonly"
|
||||
/>
|
||||
|
||||
<field
|
||||
name="client"
|
||||
type="text"
|
||||
label="COM_LANGUAGES_OVERRIDE_FIELD_CLIENT_LABEL"
|
||||
filter="unset"
|
||||
readonly="true"
|
||||
class="readonly"
|
||||
/>
|
||||
|
||||
<field
|
||||
name="file"
|
||||
type="text"
|
||||
label="COM_LANGUAGES_OVERRIDE_FIELD_FILE_LABEL"
|
||||
filter="unset"
|
||||
readonly="true"
|
||||
class="readonly"
|
||||
/>
|
||||
|
||||
<field
|
||||
name="id"
|
||||
type="hidden"
|
||||
/>
|
||||
</fieldset>
|
||||
</form>
|
||||
Reference in New Issue
Block a user