Spamworldpro Mini Shell
Spamworldpro


Server : Apache
System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64
User : corals ( 1002)
PHP Version : 7.4.33
Disable Function : exec,passthru,shell_exec,system
Directory :  /home/corals/old/vendor/magento/module-ui/view/base/web/templates/group/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /home/corals/old/vendor/magento/module-ui/view/base/web/templates/group/group.html
<!--
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
-->
<fieldset class="admin__field"
          visible="visible"
          css="_required: required"
          attr="'data-index': index">
    <legend class="admin__field-label" if="showLabel">
        <span translate="label" attr="'data-config-scope': $data.scopeLabel"></span>
    </legend>

    <div class="admin__field-control" css="$data.additionalClasses">
        <each args="elems">
            <if args="visible()" if="!$data.additionalForGroup">
                <render args="$parent.fieldTemplate" if="element.input_type != 'checkbox' || element.input_type != 'radio'"></render>
                <render args="elementTmpl" if="element.input_type == 'checkbox' || element.input_type == 'radio'"></render>
            </if>
        </each>

        <each args="getRegion('insideGroup')" render=""></each>

        <each args="elems" if="validateWholeGroup">
            <if args="!$data.additionalForGroup">
                <label class="admin__field-error" if="error() && visible()" attr="for: uid" text="error"></label>
            </if>
        </each>
    </div>

    <each args="getRegion('outsideGroup')" render=""></each>
</fieldset>

Spamworldpro Mini