From 2ca4d8184652bc3fb5444b3984b1f598af076fee Mon Sep 17 00:00:00 2001 From: Martin Renvoize Date: Fri, 9 Feb 2024 14:37:07 +0000 Subject: [PATCH] Bug 34478: Clarify opac serial alert subscriptions Signed-off-by: Jonathan Druart --- .../en/modules/opac-serial-issues.tt | 28 +++++++++++++------ 1 file changed, 20 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 c8180f679d..6f0a31d280 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 @@ -50,7 +50,7 @@ Brief history Full history -
+
[% FOREACH subscription_LOO IN subscription_LOOP %]

Subscription information for [% subscription_LOO.bibliotitle | html %]

@@ -154,13 +154,25 @@ [% IF ( subscription_LOO.letter ) %] [% IF ( loggedinusername ) %] [% IF ( subscription_LOO.hasalert ) %] - You have subscribed to email notification on new issues - Cancel email notification - + You have subscribed to email notification on new issues: + + + + + + + [% ELSE %] - - Subscribe to email notification on new issues - +
+ + + + +
[% END %] [% ELSE %] You must log in if you want to subscribe to email notification on new issues @@ -168,7 +180,7 @@ [% END %]
[% END # FOREACH subscription_LOO %] - +
-- 2.39.5