@@ -, +, @@ - 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(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/viewalerts.tt +++ a/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 %] +
--