Lines 223-229
Link Here
|
223 |
<p><a href="/cgi-bin/koha/opac-password-recovery.pl">Forgot your password?</a></p> |
223 |
<p><a href="/cgi-bin/koha/opac-password-recovery.pl">Forgot your password?</a></p> |
224 |
</div> |
224 |
</div> |
225 |
[% END %] |
225 |
[% END %] |
226 |
[% IF PatronSelfRegistration && PatronSelfRegistrationDefaultCategory %] |
226 |
[% IF Koha.Preference('PatronSelfRegistration') && Categories.all( categorycode => Koha.Preference('PatronSelfRegistrationDefaultCategory') ).count %] |
227 |
<div id="patronregistration-main" class="patronregistration"> |
227 |
<div id="patronregistration-main" class="patronregistration"> |
228 |
<p>Don't have an account? <a href="/cgi-bin/koha/opac-memberentry.pl">Register here.</a></p> |
228 |
<p>Don't have an account? <a href="/cgi-bin/koha/opac-memberentry.pl">Register here.</a></p> |
229 |
</div> |
229 |
</div> |
230 |
- |
|
|