Skip to content

Commit

Permalink
fixes-customer-information-wishlist-configurable-product-alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
priti committed Jan 24, 2019
1 parent d7ac52b commit 7495afb
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
<legend class="legend admin__legend">
<span><?= /* @escapeNotVerified */ __('Associated Products') ?></span>
</legend>
<div class="product-options">
<div class="field admin__field _required required">
<?php foreach ($_attributes as $_attribute): ?>
<div class="product-options fieldset admin__fieldset">
<?php foreach ($_attributes as $_attribute): ?>
<div class="field admin__field _required required">
<label class="label admin__field-label"><?php
/* @escapeNotVerified */ echo $_attribute->getProductAttribute()
->getStoreLabel($_product->getStoreId());
Expand All @@ -34,8 +34,8 @@
<option><?= /* @escapeNotVerified */ __('Choose an Option...') ?></option>
</select>
</div>
<?php endforeach; ?>
</div>
</div>
<?php endforeach; ?>
</div>
</fieldset>
<script>
Expand Down

0 comments on commit 7495afb

Please sign in to comment.