Bug 10951: (follow-up) add support for NoLoginInstructions to Bootstrap theme
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
This commit is contained in:
parent
bebe165266
commit
3ba6d35c89
1 changed files with 7 additions and 2 deletions
|
@ -97,8 +97,13 @@
|
|||
|
||||
<input type="submit" value="Log in" class="btn" />
|
||||
<div id="nologininstructions">
|
||||
<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>
|
||||
<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>
|
||||
[% IF Koha.Preference('NoLoginInstructions') %]
|
||||
[% Koha.Preference('NoLoginInstructions') %]
|
||||
[% ELSE %]
|
||||
<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>
|
||||
<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.</p>
|
||||
[% END # / IF Koha.Preference('NoLoginInstructions') %]
|
||||
[% IF PatronSelfRegistration && PatronSelfRegistrationDefaultCategory %]<span id="registrationinstructions">You may <a href="/cgi-bin/koha/opac-memberentry.pl">register here</a>.</span>[% END %]
|
||||
</div>
|
||||
</form>
|
||||
[% END # / IF loginprompt %]
|
||||
|
|
Loading…
Reference in a new issue