File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed
app/code/Magento/ConfigurableProduct/view/adminhtml/templates/catalog/product/edit/attribute/steps Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -495,7 +495,8 @@ $uploadUrl = $block->getUrl('catalog/product_gallery/upload');
495
495
$ escaper ->escapeHtmlAttr ($ attribute ->getAttributeCode ())
496
496
?> "
497
497
/>
498
- <?= $ escaper ->escapeHtml ($ attribute ->getFrontendLabel ())?>
498
+ <?=
499
+ $ escaper ->escapeHtml ($ attribute ->getFrontendLabel ())?>
499
500
</label>
500
501
</li>
501
502
<?php endforeach ; ?>
@@ -578,7 +579,9 @@ $uploadUrl = $block->getUrl('catalog/product_gallery/upload');
578
579
data-bind="checked:type" />
579
580
<label for="apply-unique-prices-radio"
580
581
class="admin__field-label">
581
- <span><?= $ escaper ->escapeHtml (__ ('Apply unique prices by attribute to each SKU ' )); ?> </span>
582
+ <span><?=
583
+ $ escaper ->escapeHtml (__ ('Apply unique prices by attribute to each SKU ' )); ?>
584
+ </span>
582
585
</label>
583
586
</div>
584
587
</li>
@@ -680,7 +683,9 @@ $uploadUrl = $block->getUrl('catalog/product_gallery/upload');
680
683
value="each"
681
684
data-bind="checked: type" />
682
685
<label for="apply-unique-inventory-radio" class="admin__field-label">
683
- <span><?= $ escaper ->escapeHtml (__ ('Apply unique quantity by attribute to each SKU ' )) ?> </span>
686
+ <span>
687
+ <?= $ escaper ->escapeHtml (__ ('Apply unique quantity by attribute to each SKU ' )) ?>
688
+ </span>
684
689
</label>
685
690
</div>
686
691
</li>
You can’t perform that action at this time.
0 commit comments