Magento Extensions Rating 2024
EXTENSIONS BY CATEGORY
B2B (Business-To-Business)
Blog
Customer
ERP (Enterprise Resource Planning)
Mega Menu
One Step Checkout
Order
POS (Point Of Sale)
Search
Shopping Cart
Sitemap
SEO
Social
Stock & Inventory Management
EXTENSIONS BY DEVELOPER
aheadWorks
Amasty
Boost My Shop
BSS Commerce
Magestore
MageWorx
Mirasvit
Templates Master
Wyomind
XTENTO
Magento 2 Documentation
Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
vendor
magento
module-admin-notification
view
adminhtml
templates
system
messages
popup.phtml
Go to the documentation of this file.
1
<?php
7
// @codingStandardsIgnoreFile
8
9
?>
10
<?php ?>
11
12
<div style=
"display:none"
id
=
"system_messages_list"
data-role=
"system_messages_list"
title=
"<?= $block->escapeHtml($block->getPopupTitle()) ?>"
>
13
<ul
class
=
"message-system-list messages"
>
14
<?php
foreach
(
$block
->getUnreadMessages() as
$message
): ?>
15
<li
class
=
"message message-warning <?= /* @escapeNotVerified */ $block->getItemClass($message) ?>"
>
16
<?=
/* @escapeNotVerified */
$message
->getText() ?>
17
</li>
18
<?php
endforeach
;?>
19
</ul>
20
</div>
21
22
<script type=
"text/x-magento-init"
>
23
{
24
"[data-role=system_messages_list]"
: {
25
"Magento_AdminNotification/js/system/messages/popup"
: {
26
"class"
:
"modal-system-messages ui-popup-message"
27
}
28
}
29
}
30
</script>
$message
$message
Definition:
notifications.php:7
$block
$block
Definition:
block.php:8
endforeach
foreach( $block->getUnreadMessages() as $message)( $message) ?>"> <? endforeach
Definition:
popup.phtml:14