Your IP : 216.73.216.43


Current Path : /home/rtorresani/www/vendor/magento/module-review/view/adminhtml/templates/rating/
Upload File :
Current File : //home/rtorresani/www/vendor/magento/module-review/view/adminhtml/templates/rating/form.phtml

<?php
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */

/** @var \Magento\Review\Block\Adminhtml\Rating\Edit\Tab\Form $block */
?>
<div class="messages">
    <div class="message message-notice message-in-rating-edit">
        <div><?= $block->escapeHtml(__('Please specify a rating title for a store, or we\'ll just use the default value.')) ?></div>
    </div>
</div>

<?= $block->getFormHtml() ?>