sintonia/airtime_mvc/application/views/scripts/login/password-restore.phtml
denise e5f67c8b05 CC-1960: Internationalize Airtime / Support translations
-added gettext wrapper functions for all strings in view/scripts, and forms
2012-11-20 11:33:37 -05:00

11 lines
362 B
PHTML

<div class="login_box">
<div class="logobox">&nbsp;</div>
<h2><? echo _("Reset password") ?></h2>
<div id="login" class="login-content clearfix">
<p class="light">
<?php echo _("Please enter your account e-mail address. You will receive a link to create a new password via e-mail.")?>
</p>
<?php echo $this->form; ?>
</div>
</div>