form.phtml 480 B

1234567891011121314151617
  1. <?php
  2. /**
  3. * Copyright © Magento, Inc. All rights reserved.
  4. * See COPYING.txt for license details.
  5. */
  6. // @codingStandardsIgnoreFile
  7. /** @var \Magento\Review\Block\Adminhtml\Rating\Edit\Tab\Form $block */
  8. ?>
  9. <div class="messages">
  10. <div class="message message-notice message-in-rating-edit">
  11. <div><?= $block->escapeHtml(__('Please specify a rating title for a store, or we\'ll just use the default value.')) ?></div>
  12. </div>
  13. </div>
  14. <?= $block->getFormHtml() ?>