File tree Expand file tree Collapse file tree 15 files changed +38
-23
lines changed
AdminNotification/view/adminhtml/layout
Braintree/view/adminhtml/layout
Bundle/view/frontend/layout
ConfigurableProduct/view/adminhtml/layout
Cookie/view/frontend/layout
Customer/view/frontend/layout
Paypal/view/frontend/layout
Sales/view/frontend/layout
Theme/view/adminhtml/page_layout
design/adminhtml/Magento/backend/Magento_Backend/layout
lib/internal/Magento/Framework/View/Layout Expand file tree Collapse file tree 15 files changed +38
-23
lines changed Original file line number Diff line number Diff line change 8
8
<page xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : noNamespaceSchemaLocation =" urn:magento:framework:View/Layout/etc/page_configuration.xsd" >
9
9
<body >
10
10
<referenceContainer name =" notifications" >
11
- <block class =" Magento\AdminNotification\Block\System\Messages" name =" system_messages" as =" system_messages" before =" -" template =" Magento_AdminNotification::system/messages.phtml" />
12
- <block class =" Magento\AdminNotification\Block\System\Messages\UnreadMessagePopup" name =" unread_system_messages" as =" unread_system_messages" after =" system_messages" template =" Magento_AdminNotification::system/messages/popup.phtml" />
13
- <block class =" Magento\AdminNotification\Block\Window" name =" notification_window" as =" notification_window" acl =" Magento_AdminNotification::show_toolbar" template =" notification/window.phtml" />
11
+ <block class =" Magento\AdminNotification\Block\System\Messages"
12
+ name =" system_messages"
13
+ as =" system_messages"
14
+ before =" -"
15
+ template =" Magento_AdminNotification::system/messages.phtml" />
16
+ <block class =" Magento\AdminNotification\Block\System\Messages\UnreadMessagePopup"
17
+ name =" unread_system_messages"
18
+ as =" unread_system_messages"
19
+ template =" Magento_AdminNotification::system/messages/popup.phtml" />
20
+ <block class =" Magento\AdminNotification\Block\Window"
21
+ name =" notification_window"
22
+ as =" notification_window"
23
+ acl =" Magento_AdminNotification::show_toolbar"
24
+ template =" notification/window.phtml" />
14
25
</referenceContainer >
15
26
<referenceContainer name =" header" >
16
27
<block class =" Magento\AdminNotification\Block\ToolbarEntry" name =" notification.messages" before =" user" template =" toolbar_entry.phtml" />
Original file line number Diff line number Diff line change 19
19
<argument name =" template" xsi : type =" string" >Magento_Vault::form/vault.phtml</argument >
20
20
</action >
21
21
</referenceBlock >
22
- <referenceBlock name =" content " >
22
+ <referenceBlock name =" data " >
23
23
<block name =" braintree_payment_script"
24
24
as =" braintree_payment_script"
25
- after =" billing_method"
26
25
template =" Magento_Braintree::payment/script.phtml"
27
- class =" Magento\Braintree\Block\Payment" />
26
+ class =" Magento\Braintree\Block\Payment"
27
+ after =" billing_method" />
28
28
</referenceBlock >
29
29
</body >
30
30
</page >
Original file line number Diff line number Diff line change 36
36
</block >
37
37
</referenceBlock >
38
38
<referenceBlock name =" product.info.form.options" >
39
- <container name =" bundle.product.options.wrapper" htmlTag =" div" htmlClass =" bundle-options-wrapper" after = " product.info.form.options " />
39
+ <container name =" bundle.product.options.wrapper" htmlTag =" div" htmlClass =" bundle-options-wrapper" />
40
40
</referenceBlock >
41
41
<move element =" product.info.options.wrapper" destination =" bundle.product.options.wrapper" before =" -" />
42
42
<move element =" product.info.options.wrapper.bottom" destination =" bundle.product.options.wrapper" after =" product.info.options.wrapper" />
Original file line number Diff line number Diff line change 9
9
<body >
10
10
<referenceContainer name =" content" >
11
11
<container name =" adminhtml.catalog.product.set.edit.wrapper" htmlTag =" div" htmlClass =" admin__scope-old" ><!-- @todo ui: remove arguments within .admin__scope-old -->
12
- <block class =" Magento\Catalog\Block\Adminhtml\Product\Attribute\Set\Main" name =" adminhtml.catalog.product.set.edit" template =" catalog/product/attribute/set/main.phtml" />
12
+ <block class =" Magento\Catalog\Block\Adminhtml\Product\Attribute\Set\Main"
13
+ name =" adminhtml.catalog.product.set.edit"
14
+ template =" catalog/product/attribute/set/main.phtml" />
13
15
</container >
14
16
</referenceContainer >
15
17
</body >
Original file line number Diff line number Diff line change 30
30
</referenceBlock >
31
31
<referenceContainer name =" content" >
32
32
<container name =" product.info.main" htmlTag =" div" htmlClass =" product-info-main" before =" -" >
33
- <container name =" product.info.price" label =" Product info auxiliary container" htmlTag =" div" htmlClass =" product-info-price" after = " product.info.review " >
33
+ <container name =" product.info.price" label =" Product info auxiliary container" htmlTag =" div" htmlClass =" product-info-price" >
34
34
<container name =" product.info.stock.sku" label =" Product auxiliary info" htmlTag =" div" htmlClass =" product-info-stock-sku" >
35
35
<container name =" product.info.type" before =" -" />
36
36
<block class =" Magento\Catalog\Block\Product\View\Description" name =" product.info.sku" template =" product/view/attribute.phtml" after =" product.info.type" >
44
44
</block >
45
45
</container >
46
46
<block class =" Magento\Catalog\Block\Product\View" name =" product.info.review" template =" product/view/review.phtml" after =" product.info.stock.sku" />
47
- <block class =" Magento\Catalog\Pricing\Render" name =" product.price.final" after = " product.info.sku " >
47
+ <block class =" Magento\Catalog\Pricing\Render" name =" product.price.final" >
48
48
<arguments >
49
49
<argument name =" price_render" xsi : type =" string" >product.price.render.default</argument >
50
50
<argument name =" price_type_code" xsi : type =" string" >final_price</argument >
81
81
</block >
82
82
</block >
83
83
<container name =" product.info.extrahint" as =" extrahint" label =" Product View Extra Hint" >
84
- <container name =" product.info.social" label =" Product social links container" htmlTag =" div" htmlClass =" product-social-links" after = " product.info.overview " >
84
+ <container name =" product.info.social" label =" Product social links container" htmlTag =" div" htmlClass =" product-social-links" >
85
85
<block class =" Magento\Catalog\Block\Product\View" name =" product.info.addto" as =" addto" template =" product/view/addto.phtml" >
86
86
<block class =" Magento\Catalog\Block\Product\View\AddTo\Compare" name =" view.addto.compare" after =" view.addto.wishlist"
87
87
template =" Magento_Catalog::product/view/addto/compare.phtml" />
Original file line number Diff line number Diff line change 8
8
<page xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : noNamespaceSchemaLocation =" urn:magento:framework:View/Layout/etc/page_configuration.xsd" >
9
9
<body >
10
10
<referenceContainer name =" content" >
11
- <block class =" Magento\Backend\Block\Template" name =" adminhtml.catalog.product.set.edit.configurable" template =" Magento_ConfigurableProduct::catalog/product/attribute/set/js.phtml" after =" adminhtml.catalog.product.set.edit" />
11
+ <block class =" Magento\Backend\Block\Template"
12
+ name =" adminhtml.catalog.product.set.edit.configurable"
13
+ template =" Magento_ConfigurableProduct::catalog/product/attribute/set/js.phtml"
14
+ after =" adminhtml.catalog.product.set.edit.wrapper" />
12
15
</referenceContainer >
13
16
</body >
14
17
</page >
Original file line number Diff line number Diff line change 8
8
<page xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : noNamespaceSchemaLocation =" urn:magento:framework:View/Layout/etc/page_configuration.xsd" >
9
9
<body >
10
10
<referenceContainer name =" after.body.start" >
11
- <block class =" Magento\Cookie\Block\Html\Notices" name =" cookie_notices" template =" html/notices.phtml" after = " global_notices " />
11
+ <block class =" Magento\Cookie\Block\Html\Notices" name =" cookie_notices" template =" html/notices.phtml" />
12
12
</referenceContainer >
13
13
</body >
14
14
</page >
Original file line number Diff line number Diff line change 14
14
</action >
15
15
</referenceBlock >
16
16
<referenceContainer name =" content" >
17
- <block class =" Magento\Framework\View\Element\Template" name =" customer_account_dashboard_top" as =" top" />
18
17
<block class =" Magento\Customer\Block\Account\Dashboard\Info" name =" customer_account_dashboard_info" as =" info" template =" account/dashboard/info.phtml" cacheable =" false" />
19
18
<block class =" Magento\Customer\Block\Account\Dashboard\Address" name =" customer_account_dashboard_address" as =" address" template =" account/dashboard/address.phtml" cacheable =" false" />
20
19
</referenceContainer >
Original file line number Diff line number Diff line change 16
16
</block >
17
17
</referenceContainer >
18
18
<referenceContainer name =" product.info.addtocart" >
19
- <block class =" Magento\Paypal\Block\Bml\Banners" name =" bml.right.logo" after = " product.info.addtocart.paypal " template =" bml.phtml" >
19
+ <block class =" Magento\Paypal\Block\Bml\Banners" name =" bml.right.logo" template =" bml.phtml" >
20
20
<arguments >
21
21
<argument name =" section" xsi : type =" string" >productpage</argument >
22
22
<argument name =" position" xsi : type =" number" >1</argument >
Original file line number Diff line number Diff line change 8
8
<page xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : noNamespaceSchemaLocation =" urn:magento:framework:View/Layout/etc/page_configuration.xsd" >
9
9
<body >
10
10
<referenceContainer name =" content" >
11
- <block class =" Magento\Sales\Block\Order\Recent" name =" customer_account_dashboard_top" after = " customer_account_dashboard_hello " template =" order/recent.phtml" />
11
+ <block class =" Magento\Sales\Block\Order\Recent" name =" customer_account_dashboard_top" template =" order/recent.phtml" />
12
12
</referenceContainer >
13
13
</body >
14
14
</page >
You can’t perform that action at this time.
0 commit comments