From 3ba6d35c8999d7133e7f5519ff3128af56a6686c Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Sat, 19 Apr 2014 17:05:12 +0000 Subject: [PATCH] Bug 10951: (follow-up) add support for NoLoginInstructions to Bootstrap theme Signed-off-by: Galen Charlton --- koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth.tt | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth.tt index 5b5e90f6dc..e031d9031f 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth.tt +++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth.tt @@ -97,8 +97,13 @@
-
Don't have a password yet?

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.

-
Don't have a library card?

If you don't have a library card, stop by your local library to sign up[% IF PatronSelfRegistration && PatronSelfRegistrationDefaultCategory %] or register here[% END %].

+ [% IF Koha.Preference('NoLoginInstructions') %] + [% Koha.Preference('NoLoginInstructions') %] + [% ELSE %] +
Don't have a password yet?

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.

+
Don't have a library card?

If you don't have a library card, stop by your local library to sign up.

+ [% END # / IF Koha.Preference('NoLoginInstructions') %] + [% IF PatronSelfRegistration && PatronSelfRegistrationDefaultCategory %]You may register here.[% END %]
[% END # / IF loginprompt %] -- 2.39.5