password-change.phtml 310 B

12345678910
  1. <div class="login_box">
  2. <div class="logobox">&nbsp;</div>
  3. <h2><?php echo _("New password") ?></h2>
  4. <div id="login" class="login-content clearfix">
  5. <p class="light"><?php echo _("Please enter and confirm your new password in the fields below."); ?></p>
  6. <?php echo $this->form; ?>
  7. </div>
  8. </div>