From 1ea6a080e81b1c7886e1faa5566b24b89bccafe4 Mon Sep 17 00:00:00 2001 From: simith Date: Tue, 12 Aug 2014 10:21:56 -0400 Subject: [PATCH] Popup correction patch. http://bugs.koha-community.org/show_bug.cgi?id=12683 --- koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc | 10 ++++++---- koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-main.tt | 2 ++ 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc b/koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc index 42f679a..61f1308 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc +++ b/koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc @@ -285,10 +285,12 @@
- [% IF ( NoLoginInstructions ) %] - [% NoLoginInstructions %] - [% END %] - [% IF PatronSelfRegistration && PatronSelfRegistrationDefaultCategory %]

Don't have an account? Register here.

[% END %] +
+ [% IF ( NoLoginInstructions ) %] + [% NoLoginInstructions %] + [% END %] +
+ [% IF PatronSelfRegistration && PatronSelfRegistrationDefaultCategory %]

Don't have an account? Register here.

[% END %]
[% END # /casAuthentication %] -- 1.9.1