@@ -, +, @@ bootstrap theme --- .../bootstrap/en/modules/opac-serial-issues.tt | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-serial-issues.tt +++ a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-serial-issues.tt @@ -131,14 +131,18 @@

[% END %] [% IF ( subscription_LOO.letter ) %] - [% IF ( subscription_LOO.hasalert ) %] - You have subscribed to email notification on new issues - Cancel email notification - + [% IF ( loggedinusername ) %] + [% IF ( subscription_LOO.hasalert ) %] + You have subscribed to email notification on new issues + Cancel email notification + + [% ELSE %] + + Subscribe to email notification on new issues + + [% END %] [% ELSE %] - - Subscribe to email notification on new issues - + You must log in if you want to subscribe to email notification on new issues [% END %] [% END %] @@ -151,4 +155,4 @@ [% INCLUDE 'opac-bottom.inc' %] -[% BLOCK jsinclude %][% END %] +[% BLOCK jsinclude %][% END %] --