Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
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>