You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#23481: Billing/Shipping Address edit form design update from order backend
- Messages container added to correctly apply margin between message and form
- Form wrapper html tag changed from 'fieldset' to 'div'
- Added 'admin__fieldset' class to form for standard admin styles to work properly
Copy file name to clipboardExpand all lines: app/code/Magento/Sales/view/adminhtml/templates/order/address/form.phtml
+7-5Lines changed: 7 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -4,18 +4,20 @@
4
4
* See COPYING.txt for license details.
5
5
*/
6
6
?>
7
-
<div class="message message-notice">
8
-
<div class="message-inner">
9
-
<div class="message-content"><?=$block->escapeHtml(__('Changing address information will not recalculate shipping, tax or other order amount.')) ?></div>
7
+
<div class="messages">
8
+
<div class="message message-notice">
9
+
<div class="message-inner">
10
+
<div class="message-content"><?=$block->escapeHtml(__('Changing address information will not recalculate shipping, tax or other order amount.')) ?></div>
0 commit comments