Skip to content
Snippets Groups Projects
Commit e330a26d authored by Olga Lytvynenko's avatar Olga Lytvynenko
Browse files

MAGETWO-55393: [Github #5636] Many storeviews break the page

parent 2c983052
Branches
No related merge requests found
...@@ -13,7 +13,7 @@ $stores = $block->getStoresSortedBySortOrder(); ...@@ -13,7 +13,7 @@ $stores = $block->getStoresSortedBySortOrder();
<fieldset class="admin__fieldset fieldset"> <fieldset class="admin__fieldset fieldset">
<legend class="legend"> <legend class="legend">
<span><?php echo $block->escapeHtml(__('Manage Options (Values of Your Attribute)')); ?></span> <span><?php echo $block->escapeHtml(__('Manage Options (Values of Your Attribute)')); ?></span>
</legend> </legend><br />
<div class="admin__control-table-wrapper" id="manage-options-panel" data-index="attribute_options_select_container"> <div class="admin__control-table-wrapper" id="manage-options-panel" data-index="attribute_options_select_container">
<table class="admin__control-table" data-index="attribute_options_select"> <table class="admin__control-table" data-index="attribute_options_select">
<thead> <thead>
......
...@@ -11,7 +11,9 @@ ...@@ -11,7 +11,9 @@
$stores = $block->getStoresSortedBySortOrder(); $stores = $block->getStoresSortedBySortOrder();
?> ?>
<fieldset class="admin__fieldset fieldset"> <fieldset class="admin__fieldset fieldset">
<legend class="legend"><span><?php echo $block->escapeHtml( __('Manage Swatch (Values of Your Attribute)')); ?></span></legend> <legend class="legend">
<span><?php echo $block->escapeHtml( __('Manage Swatch (Values of Your Attribute)')); ?></span>
</legend><br />
<div class="admin__control-table-wrapper" id="swatch-visual-options-panel"> <div class="admin__control-table-wrapper" id="swatch-visual-options-panel">
<table class="data-table clearfix" cellspacing="0"> <table class="data-table clearfix" cellspacing="0">
<thead> <thead>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment