fixing some bugs in subscription add.
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / serials / viewalerts.tmpl
1 <!-- TMPL_INCLUDE NAME="serials-top.inc" -->
2
3 <div id="mainbloc">
4                 <h1 class="serial">Alert subscribers for <!-- TMPL_VAR name="bibliotitle" --></h1>
5                 <a href="subscription-detail.pl?subscriptionid=<!-- TMPL_VAR name="subscriptionid" -->" class="button serial">subscription</a>
6                 <div class="bloc25">
7                 <!-- TMPL_IF name="alertloop" -->
8                         <table>
9                         <tr>
10                                 <th class="serial">Borrower name</th>
11                                 <th class="serial">&nbsp;</th>
12                         </tr>
13
14                         <!-- TMPL_LOOP NAME="alertloop" -->
15                                 <tr>
16                                         <td><!-- TMPL_VAR name="name" --></td>
17                                         <td><a href="/cgi-bin/koha/members/moremember.pl?bornum=<!-- TMPL_VAR name="borrowernumber">" class="button serial">View</a></td>
18                                 </tr>
19                         <!-- /TMPL_LOOP -->
20                         </table>
21                 <!-- TMPL_ELSE -->
22                         Nobody
23                 <!-- /TMPL_IF -->
24                 </div>
25
26         
27 </div>
28 <!-- TMPL_INCLUDE NAME="serials-bottom.inc" -->