add.phtml 359 B

1234567891011
  1. <?php
  2. /**
  3. * Copyright © Magento, Inc. All rights reserved.
  4. * See COPYING.txt for license details.
  5. */
  6. ?>
  7. <div data-mage-init='{"floatingHeader": {}}' class="page-actions">
  8. <button type="button" onclick="window.location.href='<?= /* @escapeNotVerified */ $createUrl ?>'">
  9. <?= /* @escapeNotVerified */ __('Add New Class') ?>
  10. </button>
  11. </div>