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
magento2-base
setup
view
magento
setup
license.phtml
Go to the documentation of this file.
1
<?php
6
// @codingStandardsIgnoreFile
7
?>
8
<div
class
=
"row page-license"
>
9
<div
class
=
"col-m-offset-2 col-m-8 col-xs-12"
>
10
<div
class
=
"license-text"
>
11
<?= nl2br(htmlspecialchars($this->license, ENT_COMPAT,
'UTF-8'
)) ?>
12
</div>
13
<div
class
=
"page-license-footer"
>
14
<div
class
=
"btn-wrap-triangle-left"
>
15
<button
16
type=
"button"
17
class
=
"btn"
18
ng-click=
"nextState()"
19
>Go Back</button>
20
</div>
21
</div>
22
</div>
23
</div>