- <div class="login_box">
- <div class="logobox"> </div>
- <h2><?php echo _("New password") ?></h2>
-
- <div id="login" class="login-content clearfix">
- <p class="light"><?php echo _("Please enter and confirm your new password in the fields below."); ?></p>
- <?php echo $this->form; ?>
- </div>
- </div>
|