| Current Path : /proc/thread-self/cwd/static/adminhtml/Magento/backend/en_US/Magento_Ui/templates/group/ |
| Current File : //proc/thread-self/cwd/static/adminhtml/Magento/backend/en_US/Magento_Ui/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>