Bugzilla – Attachment 8798 Details for
Bug 7864
Reintroduce list of subscribers to a serial alert message
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 7864: Reintroduce list of subscribers to a serial alert message
Bug-7864-Reintroduce-list-of-subscribers-to-a-seri.patch (text/plain), 1.77 KB, created by
Chris Cormack
on 2012-04-03 08:38:57 UTC
(
hide
)
Description:
Bug 7864: Reintroduce list of subscribers to a serial alert message
Filename:
MIME Type:
Creator:
Chris Cormack
Created:
2012-04-03 08:38:57 UTC
Size:
1.77 KB
patch
obsolete
>From 4cee14c18fb4e89f3478207ebe62afb7efde311b Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <Katrin.Fischer.83@web.de> >Date: Sun, 1 Apr 2012 09:49:06 +0200 >Subject: [PATCH] Bug 7864: Reintroduce list of subscribers to a serial alert > message > >Adds a link to the existing template from the serial detail page: > >Patron alert with: RLIST (subscribers) > >Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz> >--- > .../prog/en/modules/serials/subscription-detail.tt | 7 ++++++- > 1 files changed, 6 insertions(+), 1 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-detail.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-detail.tt >index e9475f3..1c34482 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-detail.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-detail.tt >@@ -110,7 +110,12 @@ $(document).ready(function() { > [% IF ( callnumber ) %]<li><span class="label">Call Number:</span> [% callnumber %]</li>[% END %] > [% IF ( staffdisplaycount ) %]<li><span class="label">Number of issues to display to staff:</span>[% staffdisplaycount %]</li>[% END %] > [% IF ( opacdisplaycount ) %]<li><span class="label">Number of issues to display to the public:</span>[% opacdisplaycount %]</li>[% END %] >- [% IF ( letter ) %]<li><span class="label">Patron alert with:</span> [% letter %]</li>[% END %] >+ [% IF ( letter ) %] >+ <li> >+ <span class="label">Patron alert with:</span> [% letter %] >+ (<a href="/cgi-bin/koha/serials/viewalerts.pl?subscriptionid=[% subscriptionid %]">subscribers</a>) >+ </li> >+ [% END %] > [% IF ( hasRouting ) %]<li><span class="label">Routing:</span> yes</li>[% END %] > </ol> > </div> >-- >1.7.5.4
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 7864
:
8740
|
8743
| 8798 |
8799