From 44c414193baff0bb000e68fbc46e549f1d88d1a7 Mon Sep 17 00:00:00 2001 From: Sophie Meynieux Date: Wed, 12 Mar 2014 15:53:28 +0100 Subject: [PATCH] Bug 11647 : (follow-up) Add template modification for bootstrap theme --- .../bootstrap/en/modules/opac-serial-issues.tt | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-serial-issues.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-serial-issues.tt index d63593e..9967f88 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-serial-issues.tt +++ b/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 %] \ No newline at end of file +[% BLOCK jsinclude %][% END %] -- 1.7.10.4