File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Catalog/view/adminhtml/templates/catalog/product/attribute
Swatches/view/adminhtml/templates/catalog/product/attribute Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ $stores = $block->getStoresSortedBySortOrder();
13
13
<fieldset class="admin__fieldset fieldset">
14
14
<legend class="legend">
15
15
<span><?php echo $ block ->escapeHtml (__ ('Manage Options (Values of Your Attribute) ' )); ?> </span>
16
- </legend>
16
+ </legend><br />
17
17
<div class="admin__control-table-wrapper" id="manage-options-panel" data-index="attribute_options_select_container">
18
18
<table class="admin__control-table" data-index="attribute_options_select">
19
19
<thead>
Original file line number Diff line number Diff line change 11
11
$ stores = $ block ->getStoresSortedBySortOrder ();
12
12
?>
13
13
<fieldset class="admin__fieldset fieldset">
14
- <legend class="legend"><span><?php echo $ block ->escapeHtml ( __ ('Manage Swatch (Values of Your Attribute) ' )); ?> </span></legend>
14
+ <legend class="legend">
15
+ <span><?php echo $ block ->escapeHtml ( __ ('Manage Swatch (Values of Your Attribute) ' )); ?> </span>
16
+ </legend><br />
15
17
<div class="admin__control-table-wrapper" id="swatch-visual-options-panel">
16
18
<table class="data-table clearfix" cellspacing="0">
17
19
<thead>
You can’t perform that action at this time.
0 commit comments