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-backend
view
adminhtml
templates
admin
overlay_popup.phtml
Go to the documentation of this file.
1
<?php
7
// @codingStandardsIgnoreFile
8
9
?>
10
<div
class
=
"wrapper-popup"
>
11
<div
class
=
"middle"
id
=
"anchor-content"
>
12
<div
id
=
"page:main-container"
>
13
<?php
if
(
$block
->getChildHtml(
'left'
)): ?>
14
<div
class
=
"columns <?= /* @escapeNotVerified */ $block->getContainerCssClass() ?>"
id
=
"page:container"
>
15
<div
id
=
"page:left"
class
=
"side-col"
>
16
<?=
$block
->getChildHtml(
'left'
) ?>
17
</div>
18
<div
class
=
"main-col"
id
=
"content"
>
19
<div
class
=
"main-col-inner"
>
20
<div
id
=
"messages"
class
=
"messages"
data-container-
for
=
"messages"
>
21
<?=
$block
->getLayout()->getMessagesBlock()->getGroupedHtml() ?>
22
</div>
23
<?=
$block
->getChildHtml(
'content'
) ?>
24
</div>
25
</div>
26
</div>
27
<?php
else
: ?>
28
<div
id
=
"messages"
data-container-
for
=
"messages"
><?=
$block
->getLayout()->getMessagesBlock()->getGroupedHtml() ?></div>
29
<?=
$block
->getChildHtml(
'content'
) ?>
30
<?php
endif
; ?>
31
</div>
32
</div>
33
<?php
if
(
$block
->getChildHtml(
'footer'
)): ?>
34
<div
class
=
"footer"
>
35
<?=
$block
->getChildHtml(
'footer'
) ?>
36
</div>
37
<?php
endif
; ?>
38
<?=
$block
->getChildHtml(
'js'
) ?>
39
</div>
$block
$block
Definition:
block.php:8
endif
endif
Definition:
404.phtml:116