File tree Expand file tree Collapse file tree 1 file changed +21
-19
lines changed
app/code/Magento/Catalog/view/adminhtml/templates/catalog/product/attribute Expand file tree Collapse file tree 1 file changed +21
-19
lines changed Original file line number Diff line number Diff line change 17
17
</div>
18
18
<div class="fieldset-wrapper-content in collapse" id="manage-titles-content">
19
19
<fieldset class="admin__fieldset fieldset">
20
- <table class="admin__control-table" id="attribute-labels-table">
21
- <thead>
22
- <tr>
23
- <?php foreach ($ block ->getStores () as $ _store ): ?>
24
- <th class="col-store-view"><?php /* @escapeNotVerified */ echo $ _store ->getName () ?> </th>
25
- <?php endforeach ; ?>
26
- </tr>
27
- </thead>
28
- <tbody>
29
- <tr>
30
- <?php $ _labels = $ block ->getLabelValues () ?>
31
- <?php foreach ($ block ->getStores () as $ _store ): ?>
32
- <td class="col-store-view">
33
- <input class="input-text<?php if ($ _store ->getId () == \Magento \Store \Model \Store::DEFAULT_STORE_ID ): ?> required-option<?php endif ; ?> " type="text" name="frontend_label[<?php /* @escapeNotVerified */ echo $ _store ->getId () ?> ]" value="<?php echo $ block ->escapeHtml ($ _labels [$ _store ->getId ()]) ?> "<?php if ($ block ->getReadOnly ()):?> disabled="disabled"<?php endif ;?> />
34
- </td>
35
- <?php endforeach ; ?>
36
- </tr>
37
- </tbody>
38
- </table>
20
+ <div class="admin__control-table-wrapper">
21
+ <table class="admin__control-table" id="attribute-labels-table">
22
+ <thead>
23
+ <tr>
24
+ <?php foreach ($ block ->getStores () as $ _store ): ?>
25
+ <th class="col-store-view"><?php /* @escapeNotVerified */ echo $ _store ->getName () ?> </th>
26
+ <?php endforeach ; ?>
27
+ </tr>
28
+ </thead>
29
+ <tbody>
30
+ <tr>
31
+ <?php $ _labels = $ block ->getLabelValues () ?>
32
+ <?php foreach ($ block ->getStores () as $ _store ): ?>
33
+ <td class="col-store-view">
34
+ <input class="input-text<?php if ($ _store ->getId () == \Magento \Store \Model \Store::DEFAULT_STORE_ID ): ?> required-option<?php endif ; ?> " type="text" name="frontend_label[<?php /* @escapeNotVerified */ echo $ _store ->getId () ?> ]" value="<?php echo $ block ->escapeHtml ($ _labels [$ _store ->getId ()]) ?> "<?php if ($ block ->getReadOnly ()):?> disabled="disabled"<?php endif ;?> />
35
+ </td>
36
+ <?php endforeach ; ?>
37
+ </tr>
38
+ </tbody>
39
+ </table>
40
+ </div>
39
41
</fieldset>
40
42
</div>
41
43
</div>
You can’t perform that action at this time.
0 commit comments