@@ -, +, @@ --- 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(-) --- a/koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc +++ a/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 %] --