![]() 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-catalog/view/adminhtml/web/template/form/ |
<!-- /** * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ --> <div class="admin__field" visible="visible" css="$data.additionalClasses" attr="'data-index': index"> <label class="admin__field-label" if="$data.label" visible="$data.labelVisible" attr="for: uid"> <span translate="label" attr="'data-config-scope': $data.scopeLabel"></span> </label> <div class="admin__field-control" css="'_with-tooltip': $data.tooltip, '_with-reset': $data.showFallbackReset && $data.isDifferedFromDefault"> <render args="elementTmpl" ifnot="hasAddons()"></render> <div class="admin__control-addon" if="hasAddons()"> <render args="elementTmpl"></render> <label class="admin__addon-prefix" if="addBefore()" attr="for: uid"> <span text="addBefore()"></span> </label> <label class="admin__addon-suffix" if="$data.addafter" attr="for: uid"> <span text="addafter"></span> </label> </div> <render args="tooltipTpl" if="$data.tooltip"></render> <render args="fallbackResetTpl" if="$data.showFallbackReset && $data.isDifferedFromDefault"></render> <label class="admin__field-error" if="error" attr="for: uid" text="error"></label> <div class="admin__field-note" if="$data.notice" attr="id: noticeId"> <span translate="notice"></span> </div> <!-- ko if: $data.additionalInfo --> <!-- ko with: {additionalInfoUnsanitizedHtml: $data.additionalInfo} --> <div class="admin__additional-info" html="additionalInfoUnsanitizedHtml"></div> <!-- /ko --> <!-- /ko --> <render args="$data.service.template" if="$data.hasService()"></render> </div> </div>