Lines 195-205
Link Here
|
195 |
</fieldset> |
195 |
</fieldset> |
196 |
</fieldset> |
196 |
</fieldset> |
197 |
|
197 |
|
198 |
[% IF Koha.Preference('OpacPasswordChange') && Categories.can_any_reset_password %] |
|
|
199 |
<div id="forgotpassword"> |
200 |
<a href="/cgi-bin/koha/opac-password-recovery.pl">Forgot your password?</a> |
201 |
</div> |
202 |
[% END %] |
203 |
<div id="nologininstructions"> |
198 |
<div id="nologininstructions"> |
204 |
[% IF OpacLoginInstructions %] |
199 |
[% IF OpacLoginInstructions %] |
205 |
[% PROCESS koha_news_block news => OpacLoginInstructions %] |
200 |
[% PROCESS koha_news_block news => OpacLoginInstructions %] |
Lines 209-221
Link Here
|
209 |
<h2>Don't have a library card?</h2> |
204 |
<h2>Don't have a library card?</h2> |
210 |
<p>If you don't have a library card, stop by your local library to sign up.</p> |
205 |
<p>If you don't have a library card, stop by your local library to sign up.</p> |
211 |
[% END # / IF OpacLoginInstructions %] |
206 |
[% END # / IF OpacLoginInstructions %] |
212 |
|
207 |
</div> |
213 |
[% IF PatronSelfRegistration && PatronSelfRegistrationDefaultCategory %] |
208 |
[% IF Koha.Preference('OpacPasswordChange') && Categories.can_any_reset_password %] |
214 |
<span id="registrationinstructions"> |
209 |
<div id="forgotpassword"> |
|
|
210 |
<a href="/cgi-bin/koha/opac-password-recovery.pl">Forgot your password?</a> |
211 |
</div> |
212 |
[% END %] |
213 |
[% IF PatronSelfRegistration && PatronSelfRegistrationDefaultCategory %] |
214 |
<div id="registrationinstructions"> |
215 |
<span> |
215 |
<a href="/cgi-bin/koha/opac-memberentry.pl">You may register here.</a> |
216 |
<a href="/cgi-bin/koha/opac-memberentry.pl">You may register here.</a> |
216 |
</span> |
217 |
</span> |
217 |
[% END %] |
218 |
</div> |
218 |
</div> |
219 |
[% END %] |
219 |
</form> |
220 |
</form> |
220 |
[% END # / IF !OPACShibOnly or SCO_login or SCI_login %] |
221 |
[% END # / IF !OPACShibOnly or SCO_login or SCI_login %] |
221 |
[% END # / IF loginprompt %] |
222 |
[% END # / IF loginprompt %] |
222 |
- |
|
|