File tree Expand file tree Collapse file tree 1 file changed +18
-8
lines changed
app/code/Magento/Tax/view/adminhtml/templates/rate Expand file tree Collapse file tree 1 file changed +18
-8
lines changed Original file line number Diff line number Diff line change 7
7
// @codingStandardsIgnoreFile
8
8
9
9
?>
10
- <div id="tax-rate-titles-table" class="form-inline ">
10
+ <fieldset id="tax-rate-titles-table" class="admin__fieldset ">
11
11
<?php $ _labels = $ block ->getTitles () ?>
12
12
<?php foreach ($ block ->getStores () as $ _store ): ?>
13
- <div class="field">
14
- <label class="label"><span><?php /* @escapeNotVerified */ echo $ _store ->getName () ?> </span></label>
15
- <div class="control">
16
- <input class="input-text<?php if ($ _store ->getId () == 0 ): ?> required-entry<?php endif ; ?> " type="text" name="title[<?php /* @escapeNotVerified */ echo $ _store ->getId () ?> ]" value="<?php /* @escapeNotVerified */ echo $ _labels [$ _store ->getId ()] ?> "/>
13
+ <div class="admin__field">
14
+ <label class="admin__field-label"><span><?php /* @escapeNotVerified */ echo $ _store ->getName () ?> </span></label>
15
+ <div class="admin__field-control">
16
+ <input
17
+ class="admin__control-text<?php if ($ _store ->getId () == 0 ): ?> required-entry<?php endif ; ?> "
18
+ type="text"
19
+ name="title[<?php /* @escapeNotVerified */ echo $ _store ->getId () ?> ]"
20
+ value="<?php /* @escapeNotVerified */ echo $ _labels [$ _store ->getId ()] ?> " />
17
21
</div>
18
22
</div>
19
23
<?php endforeach ; ?>
20
- <div class="tax-rate-titles-note-td">
21
- <strong><?php /* @escapeNotVerified */ echo __ ('Note: ' ); ?> </strong> <?php /* @escapeNotVerified */ echo __ ('Leave this field empty if you wish to use the tax identifier. ' ); ?>
24
+
25
+ <div class="messages">
26
+ <div class="message message-notice">
27
+ <div>
28
+ <strong><?php /* @escapeNotVerified */ echo __ ('Note: ' ); ?> </strong>
29
+ <?php /* @escapeNotVerified */ echo __ ('Leave this field empty if you wish to use the tax identifier. ' ); ?>
30
+ </div>
31
+ </div>
22
32
</div>
23
- </div >
33
+ </fieldset >
You can’t perform that action at this time.
0 commit comments