Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
refreshstatistics.phtml
Go to the documentation of this file.
1 <?php
6 ?>
7 <div class="page-actions">
8  <div class="page-actions-inner">
9  <div class="page-actions-buttons">
10  <?= $block->getChildHtml() ?>
11 
12  <form class="action-element"
13  action="<?= $block->escapeUrl($block->getUrl('*/*/refreshStatistics')) ?>"
14  method="post">
15  <input
16  name="form_key"
17  type="hidden"
18  value="<?= $block->escapeHtmlAttr($block->getFormKey()) ?>"/>
19  <button
20  class="action-primary"
21  type="submit"
22  title="<?= $block->escapeHtmlAttr(__('Reload Data')) ?>">
23  <?= $block->escapeHtml(__('Reload Data')) ?>
24  </button>
25  </form>
26  </div>
27  </div>
28 </div>
$block setTitle( 'CMS Block Title') -> setIdentifier('fixture_block') ->setContent('< h1 >Fixture Block Title</h1 >< a href=" store url</a><p> Config value
Definition: block.php:9
__()
Definition: __.php:13
jquery extjs ext tree mage adminhtml form
Definition: tree.phtml:41
$block
Definition: block.php:8