Skip to content

Commit

Permalink
MAGETWO-66559: respect depends declaration in system.xml for form ele…
Browse files Browse the repository at this point in the history
…ment #3469
  • Loading branch information
Oleksii Korshenko authored Mar 22, 2017
2 parents 0c81d97 + 451bd52 commit 13eb6e9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ $_colspan = $block->isAddAfter() ? 2 : 1;

<div class="design_theme_ua_regexp" id="grid<?php /* @escapeNotVerified */ echo $_htmlId; ?>">
<div class="admin__control-table-wrapper">
<table class="admin__control-table">
<table class="admin__control-table" id="<?php /* @escapeNotVerified */ echo $block->getElement()->getId(); ?>">
<thead>
<tr>
<?php foreach ($block->getColumns() as $columnName => $column): ?>
Expand Down

0 comments on commit 13eb6e9

Please sign in to comment.