v1.18.x
Baris Soner Usakli 11 years ago
parent dbb814fe4e
commit 3c97ef6829

@ -8,6 +8,7 @@
"new_password": "New Password",
"repeat_password": "Confirm Password",
"enter_email": "Please enter your <strong>email address</strong> and we will send you an email with instructions on how to reset your account.",
"enter_email_address": "Enter Email Address",
"password_reset_sent": "Password Reset Sent",
"invalid_email": "Invalid Email / Email does not exist!"
}

@ -8,7 +8,7 @@
</ol>
<div class="alert alert-info">
[[reset_password:reset_password:enter_email]]
[[reset_password:enter_email]]
</div>
<div class="well">
@ -21,7 +21,7 @@
<strong>[[reset_password:invalid_email]]</strong>
</div>
<form onsubmit="return false;">
<input type="text" class="form-control input-block input-lg" placeholder="Enter Email Address" id="email" />
<input type="text" class="form-control input-block input-lg" placeholder="[[reset_password:enter_email_address]]" id="email" />
<br />
<button class="btn btn-primary btn-block btn-lg" id="reset" type="submit">[[reset_password:reset_password]]</button>

@ -27,9 +27,9 @@
</div>
<form onsubmit="return false;" id="reset-form">
<label for="password">[[reset_password:new_password]]</label>
<input class="form-control input-lg" type="password" placeholder="A new password" id="password" /><br />
<input class="form-control input-lg" type="password" placeholder="[[reset_password:new_password]]" id="password" /><br />
<label for="repeat">[[reset_password:repeat_password]]</label>
<input class="form-control input-lg" type="password" placeholder="The same password" id="repeat" /><br />
<input class="form-control input-lg" type="password" placeholder="[[reset_password:repeat_password]]" id="repeat" /><br />
<button class="btn btn-primary btn-lg btn-block" id="reset" type="submit">[[reset_password:reset_password]]</button>
</form>
</div>

Loading…
Cancel
Save