Lines 439-450
Link Here
|
439 |
[% END %] |
439 |
[% END %] |
440 |
[% IF Koha.Preference('OpacPasswordChange') && Categories.can_any_reset_password %] |
440 |
[% IF Koha.Preference('OpacPasswordChange') && Categories.can_any_reset_password %] |
441 |
<div id="forgotpassword-modal" class="forgotpassword"> |
441 |
<div id="forgotpassword-modal" class="forgotpassword"> |
442 |
<a href="/cgi-bin/koha/opac-password-recovery.pl">Forgot your password?</a> |
442 |
<p><a href="/cgi-bin/koha/opac-password-recovery.pl">Forgot your password?</a></p> |
443 |
</div> |
443 |
</div> |
444 |
[% END %] |
444 |
[% END %] |
445 |
[% IF Koha.Preference('PatronSelfRegistration') && Categories.all( categorycode => Koha.Preference('PatronSelfRegistrationDefaultCategory') ).count %] |
445 |
[% IF Koha.Preference('PatronSelfRegistration') && Categories.all( categorycode => Koha.Preference('PatronSelfRegistrationDefaultCategory') ).count %] |
446 |
<div id="patronregistration-modal" class="patronregistration"> |
446 |
<div id="patronregistration-modal" class="patronregistration"> |
447 |
<p>Don't have an account? <a href="/cgi-bin/koha/opac-memberentry.pl">Register here.</a></p> |
447 |
<p><a href="/cgi-bin/koha/opac-memberentry.pl">Create an account</a></p> |
448 |
</div> |
448 |
</div> |
449 |
[% END %] |
449 |
[% END %] |
450 |
</fieldset> |
450 |
</fieldset> |