Bug 9850: Fix patron routing lists link
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / serials / viewalerts.tt
1 [% INCLUDE 'doc-head-open.inc' %]
2 <title>Koha &rsaquo; Serials &rsaquo; Alert subscribers for [% bibliotitle %]</title>
3 [% INCLUDE 'doc-head-close.inc' %]
4 </head>
5 <body id="ser_viewalerts" class="ser">
6 [% INCLUDE 'header.inc' %]
7 [% INCLUDE 'serials-search.inc' %]
8
9 <div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/serials/serials-home.pl">Serials</a> &rsaquo; Alert subscribers for <i>[% bibliotitle %]</i></div>
10
11 <div id="doc3" class="yui-t2">
12     <div id="bd">
13     <div id="yui-main">
14     <div class="yui-b">
15
16 <h1>Alert subscribers for <i>[% bibliotitle %]</i></h1>
17
18 <p>
19     <span class="label">Subscription:</span> <a href="subscription-detail.pl?subscriptionid=[% subscriptionid %]">[% bibliotitle %] #[% subscriptionid %]</a>
20 </p>
21
22 [% IF ( alertloop ) %]
23     <table>
24         <tr>
25             <th>Patron name</th>
26         </tr>
27         [% FOREACH alertloo IN alertloop %]
28         <tr>
29             <td><a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% alertloo.borrowernumber %]">[% alertloo.name %]</a></td>
30         </tr>
31         [% END %]
32     </table>
33 [% ELSE %]
34     <p>There are no patrons subscribed to this subscription serial alert.</p>
35 [% END %]
36
37 </div>
38 </div>
39
40 <div class="yui-b">
41 [% INCLUDE 'serials-menu.inc' %]
42 </div>
43 </div>
44 [% INCLUDE 'intranet-bottom.inc' %]