Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 
 
 
 

31 строка
1.4 KiB

  1. <?xml version="1.0"?>
  2. <!--
  3. /**
  4. * Copyright © Magento, Inc. All rights reserved.
  5. * See COPYING.txt for license details.
  6. */
  7. -->
  8. <page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">
  9. <body>
  10. <referenceContainer name="notifications">
  11. <uiComponent name="notification_area" aclResource="Magento_AdminNotification::show_list"/>
  12. <block class="Magento\AdminNotification\Block\System\Messages\UnreadMessagePopup"
  13. name="unread_system_messages"
  14. as="unread_system_messages"
  15. template="Magento_AdminNotification::system/messages/popup.phtml"/>
  16. <block class="Magento\AdminNotification\Block\Window"
  17. name="notification_window"
  18. as="notification_window"
  19. aclResource="Magento_AdminNotification::show_toolbar"
  20. template="Magento_AdminNotification::notification/window.phtml"/>
  21. </referenceContainer>
  22. <referenceContainer name="header">
  23. <block class="Magento\AdminNotification\Block\ToolbarEntry"
  24. name="notification.messages"
  25. before="user"
  26. aclResource="Magento_AdminNotification::show_toolbar"
  27. template="Magento_AdminNotification::toolbar_entry.phtml"/>
  28. </referenceContainer>
  29. </body>
  30. </page>