39 lines
1.1 KiB
Cheetah
39 lines
1.1 KiB
Cheetah
<!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->
|
|
<title>Koha › View Alerts</title>
|
|
<!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
|
|
</head>
|
|
<body>
|
|
<!-- TMPL_INCLUDE NAME="header.inc" -->
|
|
<!--TMPL_INCLUDE NAME="menu-serials.inc" -->
|
|
|
|
<div id="doc3" class="yui-t2">
|
|
|
|
<div id="bd">
|
|
<div id="yui-main">
|
|
<div class="yui-b"><div class="yui-g">
|
|
|
|
<h1>Alert subscribers for <!-- TMPL_VAR name="bibliotitle" --></h1>
|
|
<a href="subscription-detail.pl?subscriptionid=<!-- TMPL_VAR name="subscriptionid" -->" class="button">subscription</a>
|
|
<!-- TMPL_IF name="alertloop" -->
|
|
<table>
|
|
<tr>
|
|
<th>Borrower name</th>
|
|
<th> </th>
|
|
</tr>
|
|
|
|
<!-- TMPL_LOOP NAME="alertloop" -->
|
|
<tr>
|
|
<td><!-- TMPL_VAR name="name" --></td>
|
|
<td><a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=<!-- TMPL_VAR name="borrowernumber">" class="button">View</a></td>
|
|
</tr>
|
|
<!-- /TMPL_LOOP -->
|
|
</table>
|
|
<!-- TMPL_ELSE -->
|
|
Nobody
|
|
<!-- /TMPL_IF -->
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<!-- TMPL_INCLUDE NAME="mainmenu.inc" -->
|
|
<!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->
|