Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
rates.phtml
Go to the documentation of this file.
1 <?php
7 // @codingStandardsIgnoreFile
8 
9 ?>
10 <?php
14 ?>
15 
16 <form action="<?= /* @escapeNotVerified */ $block->getImportFormAction() ?>" method="post" class="import-service">
17  <?= $block->getBlockHtml('formkey') ?>
18  <fieldset class="admin__fieldset admin__fieldset-import-service">
19  <?= $block->getServicesHtml() ?>
20  <?= $block->getImportButtonHtml() ?>
21  </fieldset>
22 </form>
23 <?= $block->getResetButtonHtml() ?>
24 <?= $block->getSaveButtonHtml() ?>
25 <?= $block->getRatesMatrixHtml() ?>
jquery extjs ext tree mage adminhtml form
Definition: tree.phtml:41
$block
Definition: block.php:8