| Current Path : /home/rtorresani/www/vendor/magento/module-admin-notification/view/adminhtml/layout/ |
| Current File : //home/rtorresani/www/vendor/magento/module-admin-notification/view/adminhtml/layout/default.xml |
<?xml version="1.0"?>
<!--
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
-->
<page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">
<body>
<referenceContainer name="notifications">
<uiComponent name="notification_area" aclResource="Magento_AdminNotification::show_list"/>
<block class="Magento\AdminNotification\Block\System\Messages\UnreadMessagePopup"
name="unread_system_messages"
as="unread_system_messages"
template="Magento_AdminNotification::system/messages/popup.phtml"/>
<block class="Magento\AdminNotification\Block\Window"
name="notification_window"
as="notification_window"
aclResource="Magento_AdminNotification::show_toolbar"
template="Magento_AdminNotification::notification/window.phtml"/>
</referenceContainer>
<referenceContainer name="header">
<block class="Magento\AdminNotification\Block\ToolbarEntry"
name="notification.messages"
before="user"
aclResource="Magento_AdminNotification::show_toolbar"
template="Magento_AdminNotification::toolbar_entry.phtml"/>
</referenceContainer>
</body>
</page>