File manager - Edit - /home/opticamezl/www/newok/administrator/components/com_rereplacer/forms/item.xml
Back
<?xml version="1.0" encoding="utf-8"?> <form addfieldprefix="RegularLabs\Library\Form\Field"> <fieldset> <field name="id" type="Number" default="0" class="readonly" readonly="true" label="JGLOBAL_FIELD_ID_LABEL"/> <field name="name" type="Text" default="" required="true" label="JGLOBAL_TITLE"/> </fieldset> <fieldset name="details"> <field name="published" type="List" default="1" size="1" class="form-select-color-state" label="JSTATUS"> <option value="1">JPUBLISHED</option> <option value="0">JUNPUBLISHED</option> <option value="-2">JTRASHED</option> </field> <field name="description" type="Textarea" height="160" default="" label="JGLOBAL_DESCRIPTION" description="RR_DESCRIPTION_DESC"/> </fieldset> <fieldset name="category"> <field name="category" type="SimpleCategory" default="" table="rereplacer" label="JCATEGORY" description="JGLOBAL_CHOOSE_CATEGORY_DESC"/> </fieldset> <fieldset name="search"> <field name="@block__search__a" type="Block" start="1" label="RR_SEARCH" showon="use_xml:0"/> <field name="@note__search_list" type="Note" class="rl-alert alert alert-warning" text="RR_SEARCH_LIST_DESC" showon="regex:0[AND]treat_as_list:1"/> <field name="@note__search_regex" type="Note" class="rl-alert alert alert-warning" text="RR_SEARCH_REGULAR_EXPRESSIONS_DESC" showon="regex:1"/> <field name="@note__search_regex_2" type="Note" class="rl-alert alert alert-info rl-alert-light" text="RR_HELP_ON_REGULAR_EXPRESSIONS,<a href="index.php?option=com_rereplacer&view=item&layout=regular_expressions&tmpl=component" target="_blank">,</a>" showon="regex:1"/> <field name="search" type="Editor" editor="codemirror" syntax="php" height="120" default="" label="" hiddenLabel="true"/> <field name="@block__search__b" type="Block" end="1"/> </fieldset> <fieldset name="replace"> <field name="@block__replace__a" type="Block" start="1" label="RR_REPLACE" showon="use_xml:0"/> <field name="@note__replace_list" type="Note" class="rl-alert alert alert-warning" text="RR_REPLACE_LIST_DESC" showon="regex:0[AND]treat_as_list:1"/> <field name="@note__replace_regex" type="Note" class="rl-alert alert alert-warning" text="RR_REPLACE_REGULAR_EXPRESSIONS_DESC" showon="regex:1"/> <field name="replace" type="Editor" editor="codemirror" syntax="php" height="120" default="" label="" hiddenLabel="true"/> <field name="@block__replace__b" type="Block" end="1"/> </fieldset> <fieldset name="xml"> </fieldset> <fieldset name="options"> <field name="@note__use_xml" type="OnlyPro" label="RR_USE_XML_FILE" description="RR_USE_XML_FILE_DESC"/> <field name="use_xml" type="Hidden" default="0"/> <field name="regex" type="Radio" default="0" class="btn-group rl-btn-group btn-group-md btn-group-yesno" label="RR_REGULAR_EXPRESSIONS" description="RR_REGULAR_EXPRESSIONS_DESC"> <option value="0">JNO</option> <option value="1">JYES</option> </field> <field name="treat_as_list" type="Radio" default="0" class="btn-group rl-btn-group btn-group-md btn-group-yesno" label="RR_TREAT_AS_LIST" description="RR_TREAT_AS_LIST_DESC" showon="regex:0"> <option value="0">JNO</option> <option value="1">JYES</option> </field> <field name="word_search" type="Radio" default="0" class="btn-group rl-btn-group btn-group-md btn-group-yesno" label="RR_WORD_SEARCH" description="RR_WORD_SEARCH_DESC" showon="regex:0"> <option value="0">JNO</option> <option value="1">JYES</option> </field> <field name="s_modifier" type="Radio" default="1" class="btn-group rl-btn-group btn-group-md btn-group-yesno" label="RR_USE_S_MODIFIER" description="RR_USE_S_MODIFIER_DESC" showon="regex:1"> <option value="0">JNO</option> <option value="1">JYES</option> </field> <field name="casesensitive" type="Radio" default="0" class="btn-group rl-btn-group btn-group-md btn-group-yesno" label="RR_CASE_SENSITIVE" description="RR_CASE_SENSITIVE_DESC"> <option value="0">JNO</option> <option value="1">JYES</option> </field> <field name="max_replacements" type="Number" default="0" size="5" min="0" max="10" step="1" class="input-mini text-right" label="RR_MAX_REPLACEMENTS" description="RR_MAX_REPLACEMENTS_DESC"/> <field name="max_replacements" type="List" size="1" default="" class="w-auto" label="RR_MAX_REPLACEMENTS" description="RR_MAX_REPLACEMENTS_DESC"> <option value="" class="text-center">RR_REPLACE_ALL</option> <option value="1" class="text-center">1</option> <option value="2" class="text-center">2</option> <option value="3" class="text-center">3</option> <option value="4" class="text-center">4</option> <option value="5" class="text-center">5</option> <option value="6" class="text-center">6</option> <option value="7" class="text-center">7</option> <option value="8" class="text-center">8</option> <option value="9" class="text-center">9</option> <option value="10" class="text-center">10</option> </field> <field name="thorough" type="Radio" default="0" class="btn-group rl-btn-group btn-group-md btn-group-yesno" label="RR_THOROUGH" description="RR_THOROUGH_DESC" showon="max_replacements:"> <option value="0">JNO</option> <option value="1">JYES</option> </field> <field name="strip_p_tags" type="Radio" default="0" class="btn-group rl-btn-group btn-group-md btn-group-yesno" label="RR_STRIP_SURROUNDING_P_TAGS" description="RR_STRIP_SURROUNDING_P_TAGS_DESC"> <option value="0">JNO</option> <option value="1">JYES</option> </field> <field name="@note__treat_as_php" type="OnlyPro" label="RR_REPLACE_WITH_PHP" description="RR_REPLACE_WITH_PHP_DESC"/> </fieldset> <fieldset name="areas_1"> <field name="area" type="List" default="body" class="w-auto" label="RR_ENABLE_IN_AREA" description="RR_ENABLE_IN_AREA_TEMPLATE,RR_ENABLE_IN_AREA_DESC,RR_AREA_CONTENT,RR_AREA_CONTENT_DESC,RR_AREA_COMPONENT,RR_AREA_COMPONENT_DESC,RR_AREA_HEAD,RR_AREA_HEAD_DESC,RR_AREA_BODY,RR_AREA_BODY_DESC,RR_AREA_EVERYWHERE,RR_AREA_EVERYWHERE_DESC"> <option value="articles">RR_AREA_CONTENT</option> <option value="component">RR_AREA_COMPONENT</option> <option value="head">RR_AREA_HEAD</option> <option value="body">RR_AREA_BODY</option> <option value="everywhere">RR_AREA_EVERYWHERE</option> </field> <field name="@showon__areas_articles__a" type="ShowOn" value="area:articles"/> <field name="@note__areas_articles" type="Note" class="rl-alert alert alert-warning" text="RR_AREA_CONTENT_NOTE"/> <field name="enable_in_title" type="Radio" default="1" class="btn-group rl-btn-group btn-group-md btn-group-yesno" label="RR_ENABLE_IN_TITLE" description="RR_ENABLE_IN_TITLE_DESC"> <option value="0">JNO</option> <option value="1">JYES</option> </field> <field name="enable_in_content" type="Radio" default="1" class="btn-group rl-btn-group btn-group-md btn-group-yesno" label="RR_ENABLE_IN_CONTENT" description="RR_ENABLE_IN_CONTENT_DESC"> <option value="0">JNO</option> <option value="1">JYES</option> </field> <field name="enable_in_author" type="Radio" default="1" class="btn-group rl-btn-group btn-group-md btn-group-yesno" label="RR_ENABLE_IN_AUTHOR" description="RR_ENABLE_IN_AUTHOR_DESC"> <option value="0">JNO</option> <option value="1">JYES</option> </field> <field name="enable_in_category" type="Radio" default="1" class="btn-group rl-btn-group btn-group-md btn-group-yesno" label="RR_ENABLE_IN_CATEGORY" description="RR_ENABLE_IN_CATEGORY_DESC"> <option value="0">JNO</option> <option value="1">JYES</option> </field> <field name="@showon__areas_articles__b" type="ShowOn"/> <field name="enable_in_feeds" type="Radio" default="1" class="btn-group rl-btn-group btn-group-md btn-group-yesno" label="RR_ENABLE_IN_FEEDS" description="RR_ENABLE_IN_FEEDS_DESC"> <option value="0">JNO</option> <option value="1">JYES</option> <option value="2" class="btn btn-outline-info">RL_ONLY</option> </field> <field name="enable_in_admin" type="Radio" default="0" class="btn-group rl-btn-group btn-group-md btn-group-yesno" label="RR_ENABLE_IN_ADMIN" description="RR_ENABLE_IN_ADMIN_DESC"> <option value="0">JNO</option> <option value="1">JYES</option> <option value="2" class="btn btn-outline-info">RL_ONLY</option> </field> <field name="@note__areas_enable_in_admin" type="Note" class="rl-alert alert alert-warning" text="RR_ENABLE_IN_ADMIN_ARE_YOU_SURE" showon="enable_in_admin:1,2"/> <field name="enable_in_edit_forms" type="Radio" default="0" class="btn-group rl-btn-group btn-group-md btn-group-yesno" label="RR_ENABLE_IN_EDIT_FORMS" description="RR_ENABLE_IN_EDIT_FORMS_DESC"> <option value="0">JNO</option> <option value="1">JYES</option> </field> <field name="@note__enable_in_edit_forms" type="Note" class="rl-alert alert alert-warning" text="RR_ENABLE_IN_EDIT_FORMS_ARE_YOU_SURE" showon="enable_in_edit_forms:1"/> </fieldset> <fieldset name="areas_2"> <field name="@note__between_start" type="OnlyPro" label="RR_ONLY_BETWEEN_START" description="%s<br><br>%s,RR_ONLY_BETWEEN_DESC,RR_ONLY_BETWEEN_EXAMPLE"/> <field name="@note__between_end" type="OnlyPro" label="RR_ONLY_BETWEEN_END" description="%s<br><br>%s,RR_ONLY_BETWEEN_DESC,RR_ONLY_BETWEEN_EXAMPLE"/> <field name="@note__enable_tags" type="OnlyPro" label="RR_ENABLE_IN_TAGS" description="RR_ENABLE_IN_TAGS_DESC"/> <field name="@note__limit_tagselect" type="OnlyPro" label="RR_LIMIT_TO_TAG_SELECTION" description="RR_LIMIT_TO_TAG_SELECTION_DESC"/> </fieldset> <fieldset name="conditions"> <field name="@load_language_conditions" type="LoadLanguage" extension="com_conditions"/> <field name="@note__assignments" type="OnlyPro"/> </fieldset> <!-- ELSE --> <fieldset name="other_replace"> <field name="@showon__other_replace__a" type="ShowOn" value="has_conditions:1"/> <field name="@block__other_replace__a" type="Block" start="1"/> <field name="other_doreplace" type="Radio" default="0" class="btn-group rl-btn-group" label="RR_ELSE" description="RR_ELSE_DESC"> <option value="0">RR_DO_NOTHING</option> <option value="1" class="btn btn-outline-info">RR_REPLACE_WITH_SOMETHING_ELSE</option> </field> <field name="other_replace" type="Editor" editor="codemirror" height="120" default="" label="RR_REPLACE" description="RR_REPLACE_DESC" showon="other_doreplace:1"/> <field name="@block__other_replace__b" type="Block" end="1"/> <field name="@showon__other_replace__b" type="ShowOn"/> </fieldset> <!-- <<< [PRO] <<< --> </form>
| ver. 1.4 |
Github
|
.
| PHP 8.3.23 | Generation time: 0 |
proxy
|
phpinfo
|
Settings