| Current Path : /home/rtorresani/www/vendor/magento/module-tax/view/adminhtml/templates/rule/rate/ |
| Current File : //home/rtorresani/www/vendor/magento/module-tax/view/adminhtml/templates/rule/rate/form.phtml |
<?php
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
/* @var $block \Magento\Tax\Block\Adminhtml\Rate\Form */
?>
<div data-role="spinner" class="grid-loading-mask">
<div class="grid-loader"></div>
</div>
<div class="form-inline no-display" id="<?= $block->escapeHtmlAttr($block->getNameInLayout()) ?>">
<?= $block->getFormHtml() ?>
<?= $block->getChildHtml('form_after') ?>
</div>