Skip to content

Commit b2178e4

Browse files
committed
AC-10720::Migration from outdated jquery/fileUpload library - Resolving Static Tests
1 parent e8ba6de commit b2178e4

File tree

1 file changed

+8
-3
lines changed
  • app/code/Magento/ConfigurableProduct/view/adminhtml/templates/catalog/product/edit/attribute/steps

1 file changed

+8
-3
lines changed

app/code/Magento/ConfigurableProduct/view/adminhtml/templates/catalog/product/edit/attribute/steps/bulk.phtml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -495,7 +495,8 @@ $uploadUrl = $block->getUrl('catalog/product_gallery/upload');
495495
$escaper->escapeHtmlAttr($attribute->getAttributeCode())
496496
?>"
497497
/>
498-
<?= $escaper->escapeHtml($attribute->getFrontendLabel())?>
498+
<?=
499+
$escaper->escapeHtml($attribute->getFrontendLabel())?>
499500
</label>
500501
</li>
501502
<?php endforeach; ?>
@@ -578,7 +579,9 @@ $uploadUrl = $block->getUrl('catalog/product_gallery/upload');
578579
data-bind="checked:type" />
579580
<label for="apply-unique-prices-radio"
580581
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>
582585
</label>
583586
</div>
584587
</li>
@@ -680,7 +683,9 @@ $uploadUrl = $block->getUrl('catalog/product_gallery/upload');
680683
value="each"
681684
data-bind="checked: type" />
682685
<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>
684689
</label>
685690
</div>
686691
</li>

0 commit comments

Comments
 (0)