Lines 86-93
please choose against which one you would like to authenticate: </p>
Link Here
|
86 |
|
86 |
|
87 |
<input type="submit" value="Log In" class="submit" /> |
87 |
<input type="submit" value="Log In" class="submit" /> |
88 |
<div id="nologininstructions"> |
88 |
<div id="nologininstructions"> |
89 |
<h5>Don't have a password yet?</h5><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> |
89 |
[% IF NoLoginInstructions %] [% NoLoginInstructions %] |
90 |
<h5>Don't have a library card?</h5><p> If you don't have a library card, stop by your local library to sign up[% IF PatronSelfRegistration && PatronSelfRegistrationDefaultCategory %]<span id="registrationinstructions"> or <a href="/cgi-bin/koha/opac-memberentry.pl">register here</a></span>[% END %]. </p> |
90 |
[% ELSE %] |
|
|
91 |
<h5>Don't have a password yet?</h5> |
92 |
<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> |
93 |
<h5>Don't have a library card?</h5> |
94 |
If you don't have a library card, stop by your local library to sign up |
95 |
[% END %] |
96 |
[% IF PatronSelfRegistration && PatronSelfRegistrationDefaultCategory %]<span id="registrationinstructions"> or <a href="/cgi-bin/koha/opac-memberentry.pl">register here</a></span>[% END %]. |
91 |
</div> |
97 |
</div> |
92 |
</form> |
98 |
</form> |
93 |
|
99 |
|
94 |
- |
|
|