![]() 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/cartforge.co/vendor/magento/module-ui/view/frontend/web/templates/group/ |
<!-- /** * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ --> <fieldset class="field" data-bind="css: additionalClasses"> <legend class="label"> <span translate="element.label"></span> </legend> <div class="control"> <!-- ko foreach: { data: elems, as: 'element' } --> <!-- ko if: element.visible() --> <!-- ko ifnot: (element.input_type == 'checkbox' || element.input_type == 'radio') --> <!-- ko template: $parent.fieldTemplate --><!-- /ko --> <!-- /ko --> <!-- ko if: (element.input_type == 'checkbox' || element.input_type == 'radio') --> <!-- ko template: element.elementTmpl --><!-- /ko --> <!-- /ko --> <!-- /ko --> <!-- /ko --> <!-- ko if: validateWholeGroup --> <!-- ko foreach: { data: elems, as: 'element' } --> <!-- ko if: element.error() && element.visible() --> <label class="error" data-bind="attr: { for: uid }, text: element.error"></label> <!-- /ko --> <!-- /ko --> <!-- /ko --> </div> </fieldset>