Lines 201-214
Link Here
|
201 |
</div> |
201 |
</div> |
202 |
[% END %] |
202 |
[% END %] |
203 |
<div id="nologininstructions"> |
203 |
<div id="nologininstructions"> |
204 |
[% IF Koha.Preference('OpacLoginInstructions') %] |
204 |
[% IF ( OpacLoginInstructions ) %] |
205 |
[% Koha.Preference('OpacLoginInstructions') | $raw %] |
205 |
[% PROCESS koha_news_block news => OpacLoginInstructions %] |
206 |
[% ELSE %] |
206 |
[% ELSE %] |
207 |
<h3>Don't have a password yet?</h3> |
207 |
<h3>Don't have a password yet?</h3> |
208 |
<p>If you don't have a password yet, stop by the circulation desk the next time you're in the library. We'll happily set one up for you.</p> |
208 |
<p>If you don't have a password yet, stop by the circulation desk the next time you're in the library. We'll happily set one up for you.</p> |
209 |
<h3>Don't have a library card?</h3> |
209 |
<h3>Don't have a library card?</h3> |
210 |
<p>If you don't have a library card, stop by your local library to sign up.</p> |
210 |
<p>If you don't have a library card, stop by your local library to sign up.</p> |
211 |
[% END # / IF Koha.Preference('OpacLoginInstructions') %] |
211 |
[% END # / IF OpacLoginInstructions %] |
212 |
|
212 |
|
213 |
[% IF PatronSelfRegistration && PatronSelfRegistrationDefaultCategory %] |
213 |
[% IF PatronSelfRegistration && PatronSelfRegistrationDefaultCategory %] |
214 |
<span id="registrationinstructions"> |
214 |
<span id="registrationinstructions"> |
215 |
- |
|
|