Lines 169-175
Link Here
|
169 |
</fieldset> |
169 |
</fieldset> |
170 |
|
170 |
|
171 |
<input type="submit" value="Log in" class="btn" /> |
171 |
<input type="submit" value="Log in" class="btn" /> |
172 |
<p/> |
|
|
173 |
[% IF Koha.Preference('OpacPasswordChange') && Categories.can_any_reset_password %] |
172 |
[% IF Koha.Preference('OpacPasswordChange') && Categories.can_any_reset_password %] |
174 |
<div id="forgotpassword"> |
173 |
<div id="forgotpassword"> |
175 |
<a href="/cgi-bin/koha/opac-password-recovery.pl">Forgot your password?</a> |
174 |
<a href="/cgi-bin/koha/opac-password-recovery.pl">Forgot your password?</a> |
176 |
- |
|
|