Your IP : 216.73.216.43


Current Path : /home/rtorresani/www/app/code/Amasty/Rewards/view/adminhtml/templates/rewards/edit/new/
Upload File :
Current File : //home/rtorresani/www/app/code/Amasty/Rewards/view/adminhtml/templates/rewards/edit/new/form.phtml

<?php
/**
 * @author Amasty Team
 * @copyright Copyright (c) 2023 Amasty (https://www.amasty.com)
 * @package Reward Points Base for Magento 2
 */
/* @var $block \Magento\Catalog\Block\Adminhtml\Product\Edit\NewCategory */
?>
<div id="<?php /* @escapeNotVerified */ echo $block->getNameInLayout() ?>" style="display:none">
    <?php echo $block->getFormHtml();?>
    <?php echo $block->getAfterElementHtml();?>
</div>