From 5152d374efcfe83c20973c99c8ebf4ccecc1a870 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' --- .../prog/en/modules/serials/viewalerts.tt | 43 ++++++++++---------- 1 files 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 c1ad589..88fa8fb 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 %] +
-- 1.7.5.4