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