File tree Expand file tree Collapse file tree 2 files changed +15
-8
lines changed
Backend/view/adminhtml/templates/widget/form/renderer
Catalog/view/adminhtml/templates/product/edit Expand file tree Collapse file tree 2 files changed +15
-8
lines changed Original file line number Diff line number Diff line change @@ -61,9 +61,13 @@ if ($isField) {
61
61
<?php endif ; ?>
62
62
<?php endif ; ?>
63
63
64
- <?php if ($ element ->getComment () && !$ isField ): ?>
65
- <div class="comment"><?php echo $ block ->escapeHtml ($ element ->getComment ()) ?> </div>
66
- <?php endif ; ?>
64
+ <div class="admin__scope">
65
+ <div class="messages">
66
+ <?php if ($ element ->getComment () && !$ isField ): ?>
67
+ <div class="message message-notice"><?php echo $ block ->escapeHtml ($ element ->getComment ()) ?> </div>
68
+ <?php endif ; ?>
69
+ </div>
70
+ </div>
67
71
68
72
<?php echo ($ isField ) ? '<div class="control"> ' : '' ; ?>
69
73
Original file line number Diff line number Diff line change 43
43
}}'
44
44
<?php endif ;?> >
45
45
46
- <div class="admin__page-nav-title <?php if (!$ isBasic ): ?> <?php echo '_collapsible ' ;?> <?php endif ;?> "
47
- <?php echo $ block ->getUiId ('title ' ) ?>
48
- data-role="title">
49
- <strong><?php echo $ isBasic ? __ ('Basic Settings ' ) : __ ('Advanced Settings ' ) ?> </strong>
50
- <span class="admin__page-nav-title-messages"></span>
46
+ <div class="admin__page-nav-title-wrap" <?php echo $ block ->getUiId ('title ' ) ?> data-role="title">
47
+ <div class="admin__page-nav-title <?php if (!$ isBasic ): ?> <?php echo '_collapsible ' ;?> <?php endif ;?> "
48
+ data-role="trigger">
49
+ <strong>
50
+ <?php echo $ isBasic ? __ ('Basic Settings ' ) : __ ('Advanced Settings ' ) ?>
51
+ </strong>
52
+ <span class="admin__page-nav-title-messages"></span>
53
+ </div>
51
54
</div>
52
55
53
56
<ul <?php echo $ block ->getUiId ('tab ' , $ tabGroupId ) ?> class="tabs admin__page-nav-items" data-role="content">
You can’t perform that action at this time.
0 commit comments