From a3f1b8cb5ec95dc239b32a8e50c229deff25c255 Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Sun, 1 Apr 2012 14:33:31 +0200 Subject: [PATCH] Bug 7864: Little changes to the display Changes the display of subscribers a bit. - Makes each name a link to the patron account instead of having a separate 'View' link behind each name - Show the title and subscrption number as link to the subscription detail page instead of just 'subscription' Signed-off-by: Chris Cormack Signed-off-by: Paul Poulain --- .../prog/en/modules/serials/viewalerts.tt | 43 ++++++++++--------- 1 file changed, 22 insertions(+), 21 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/viewalerts.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/viewalerts.tt index c1ad589a49..88fa8fbde4 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/viewalerts.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/viewalerts.tt @@ -9,30 +9,31 @@
- -
-
-
+
+
+

Alert subscribers for [% bibliotitle %]

- subscription - [% IF ( alertloop ) %] - - - - - - [% FOREACH alertloo IN alertloop %] - - - - - [% END %] -
Patron name 
[% alertloo.name %]View
- [% ELSE %] - Nobody - [% END %] +

+ Subscription: [% bibliotitle %] #[% subscriptionid %] +

+ +[% IF ( alertloop ) %] + + + + + [% FOREACH alertloo IN alertloop %] + + + + [% END %] +
Patron name
[% alertloo.name %]
+[% ELSE %] +

There are no patrons subsribed to this subscription serial alert.

+[% END %] +
-- 2.20.1