@@ -, +, @@ - Subscription batch edit: - Go to Serials -> Search subscriptions -> Results - Check the box next to one or more search results and click "Edit selected serials." - Subscription frequencies: - Serials -> Manage frequencies - View subscription alerts: - Log in to the OPAC and search for a subscription. - On the subscription detail page click the "Subscribe to to email notification on new issues." - In the staff interface, locate that subscription and view its details. - Click the "subscribers" link under "Patron notification." --- .../modules/serials/subscription-batchedit.tt | 2 +- .../serials/subscription-frequencies.tt | 58 ++++++++++--------- .../prog/en/modules/serials/viewalerts.tt | 42 +++++++------- 3 files changed, 53 insertions(+), 49 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-batchedit.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-batchedit.tt @@ -37,7 +37,7 @@

Subscription batch edit

-
+

You are about to edit the following subscriptions:

--- a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-frequencies.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-frequencies.tt @@ -136,35 +136,37 @@ [% END %] [% IF (frequencies_loop.size) %] -
- - - - - - - - - - - - [% FOREACH frequency IN frequencies_loop %] - - - - - - - - - [% END %] - -
DescriptionUnitIssues per unitUnits per issueDisplay orderActions
[% frequency.description | html %][% PROCESS translate_frequnit frequnit=frequency.unit %][% frequency.issuesperunit | html %][% frequency.unitsperissue | html %][% frequency.displayorder | html %] - Edit - Delete -
+
+ + + + + + + + + + + + + [% FOREACH frequency IN frequencies_loop %] + + + + + + + + + [% END %] + +
DescriptionUnitIssues per unitUnits per issueDisplay orderActions
[% frequency.description | html %][% PROCESS translate_frequnit frequnit=frequency.unit %][% frequency.issuesperunit | html %][% frequency.unitsperissue | html %][% frequency.displayorder | html %] + Edit + Delete +
+
[% ELSE %] -

There is no defined frequency.

+

There is no defined frequency.

[% END %] [% END %] --- a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/viewalerts.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/viewalerts.tt @@ -31,28 +31,30 @@
-

Alert subscribers for [% bibliotitle | html %]

+

Alert subscribers for [% bibliotitle | html %]

+

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

-

- Subscription: [% bibliotitle | html %] #[% subscriptionid | html %] -

+
-[% IF subscribers.count %] - - - - - [% FOREACH subscriber IN subscribers %] - - - - [% END %] -
Patron name
- [% INCLUDE 'patron-title.inc' patron=subscriber %] -
-[% ELSE %] -

There are no patrons subscribed to this subscription serial alert.

-[% END %] + [% IF subscribers.count %] + + + + + [% FOREACH subscriber IN subscribers %] + + + + [% END %] +
Patron name
+ [% INCLUDE 'patron-title.inc' patron=subscriber %] +
+ [% ELSE %] +

There are no patrons subscribed to this subscription serial alert.

+ [% END %] +
--