Lines 1-6
Link Here
|
1 |
[% USE Koha %] |
1 |
[% USE Koha %] |
2 |
[% INCLUDE 'doc-head-open.inc' %] |
2 |
[% INCLUDE 'doc-head-open.inc' %] |
3 |
<title>[% IF ( LibraryNameTitle ) %][% LibraryNameTitle | html %] - Forgotten password recovery[% ELSE %]Koha online[% END %] catalog - Forgotten password recovery</title> |
3 |
<title>[% IF ( LibraryNameTitle ) %][% LibraryNameTitle | html %][% ELSE %]Koha online[% END %] catalog › Forgotten password recovery</title> |
4 |
[% INCLUDE 'doc-head-close.inc' %] |
4 |
[% INCLUDE 'doc-head-close.inc' %] |
5 |
[% BLOCK cssinclude %][% END %] |
5 |
[% BLOCK cssinclude %][% END %] |
6 |
[% BLOCK jsinclude %] |
6 |
[% BLOCK jsinclude %] |
Lines 100-105
Link Here
|
100 |
</fieldset> |
100 |
</fieldset> |
101 |
</form> |
101 |
</form> |
102 |
[% ELSIF (new_password) %] |
102 |
[% ELSIF (new_password) %] |
|
|
103 |
[% UNLESS ( errLinkNotValid ) %] |
103 |
<form action="/cgi-bin/koha/opac-password-recovery.pl" method="post" autocomplete="off"> |
104 |
<form action="/cgi-bin/koha/opac-password-recovery.pl" method="post" autocomplete="off"> |
104 |
<input type="hidden" name="koha_login_context" value="opac" /> |
105 |
<input type="hidden" name="koha_login_context" value="opac" /> |
105 |
<fieldset> |
106 |
<fieldset> |
Lines 119-124
Link Here
|
119 |
</fieldset> |
120 |
</fieldset> |
120 |
</fieldset> |
121 |
</fieldset> |
121 |
</form> |
122 |
</form> |
|
|
123 |
[% END %] |
122 |
[% ELSIF (mail_sent) %] |
124 |
[% ELSIF (mail_sent) %] |
123 |
<div class="alert alert-info"> |
125 |
<div class="alert alert-info"> |
124 |
<p> |
126 |
<p> |
125 |
- |
|
|