Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
forgotpassword.phtml
Go to the documentation of this file.
1 <?php
7 // @codingStandardsIgnoreFile
8 
9 ?>
10 <form method="post" action="" id="login-form" data-mage-init='{"form": {}, "validation": {}}'>
11  <fieldset class="admin__fieldset">
12  <legend class="admin__legend"><span><?= /* @escapeNotVerified */ __('Password Help') ?></span></legend><br/>
13  <input name="form_key" type="hidden" value="<?= /* @escapeNotVerified */ $block->getFormKey() ?>" />
14  <p class="admin__field-info"><?= /* @escapeNotVerified */ __('Enter your email address. You will receive an email with a link to reset your password.') ?></p>
15  <div class="admin__field _required field-email">
16  <label for="email" class="admin__field-label"><span><?= /* @escapeNotVerified */ __('Email address') ?></span></label>
17  <div class="admin__field-control">
18  <input type="text" id="email" name="email" value="" data-validate="{required:true, 'validate-email':true}" class="admin__control-text" />
19  </div>
20  </div>
21  <?= $block->getChildHtml('form.additional.info') ?>
22  <div class="form-actions">
23  <div class="actions">
24  <button class="action-retrieve action-primary" type="submit"><span><?= /* @escapeNotVerified */ __('Retrieve Password') ?></span></button>
25  </div>
26  <div class="links">
27  <a class="action-back" href="<?= /* @escapeNotVerified */ $block->getUrl('adminhtml', ['_nosecret' => true]) ?>">
28  <?= /* @escapeNotVerified */ __('Back to Sign in') ?>
29  </a>
30  </div>
31  </div>
32  </fieldset>
33 </form>
$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
if( $form)() ?>< script > require(['jquery' mage mage
Definition: save.phtml:15
__()
Definition: __.php:13
jquery extjs ext tree mage adminhtml form
Definition: tree.phtml:41
$block
Definition: block.php:8