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>
This commit is contained in:
parent
81d5f9dcda
commit
b70a9f4554
1 changed files with 6 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue