mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-18 00:09:06 +01:00
Clarify recover password process by hiding form after the first step
This commit is contained in:
parent
98ffc081c9
commit
6f30c6cbe7
1 changed files with 3 additions and 1 deletions
|
@ -15,6 +15,7 @@
|
|||
<div class='recoverpasswordform'>
|
||||
<img src='{img name='logo'}' alt='Logo' id='recoverpasswordform_logo' />
|
||||
<div id='loading_zone'></div>
|
||||
{if !isset($recoverpassword_msg)}
|
||||
<form action='{$recoverpasswordform_action}' method='post'>
|
||||
<dl class='recoverpasswordform'>
|
||||
<dt {$recoverpasswordform_ldapserver_style}>{$recoverpasswordform_label_ldapserver|escape:"htmlall"}</dt>
|
||||
|
@ -26,8 +27,9 @@
|
|||
<dd><input type='submit' value='{$recoverpasswordform_label_submit|escape:"htmlall"}' /></dd>
|
||||
</dl>
|
||||
</form>
|
||||
|
||||
{else}
|
||||
<p id='recoverpassword_msg'>{$recoverpassword_msg|escape:"htmlall"}</p>
|
||||
{/if}
|
||||
<span>{$lang_label|escape:"htmlall"} : <img id='LSlang' src='{img name=$LSlang}' alt='{$LSlang|escape:"htmlall"}' title='{$LSlang|escape:"htmlall"}'/></span>
|
||||
<a href='index.php' id='recoverpassword_back'>{$recoverpasswordform_label_back|escape:"htmlall"}</a>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue