@@ -, +, @@ paradigms, fixes OpacPublic disabled view --- koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc | 3 +-- koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth.tt | 3 +-- koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-main.tt | 3 +-- koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-password-recovery.tt | 5 ++++- 4 files changed, 7 insertions(+), 7 deletions(-) --- a/koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc +++ a/koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc @@ -304,8 +304,7 @@ [% IF Koha.Preference('OpacPasswordChange') && Koha.Preference('OpacResetPassword') %]
-
Forgot your password?
-

If you do not remember your password, click here to create a new one.

+ Forgot your password?
[% END %] [% IF Koha.Preference( 'NoLoginInstructions' ) %] --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth.tt +++ a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth.tt @@ -152,8 +152,7 @@ [% IF Koha.Preference('OpacPasswordChange') && Koha.Preference('OpacResetPassword') %]
-
Forgot your password?
-

If you do not remember your password, click here to create a new one.

+ Forgot your password?
[% END %]
--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-main.tt +++ a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-main.tt @@ -86,8 +86,7 @@ [% IF Koha.Preference('OpacPasswordChange') && Koha.Preference('OpacResetPassword') %]
-
Forgot your password?
-

If you do not remember your password, click here to create a new one.

+ Forgot your password?
[% END %] [% IF Koha.Preference( 'NoLoginInstructions' ) %] --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-password-recovery.tt +++ a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-password-recovery.tt @@ -36,9 +36,12 @@
+ [% IF ( OpacPublic ) %] + + [% END %]

Password recovery

@@ -131,4 +134,4 @@
-[% INCLUDE 'opac-bottom.inc' %] +[% INCLUDE 'opac-bottom.inc' %] --