4335ab1438
In routing-preview, the title should be the branchname attached to the subscription instead of the libraryname. And showing the streetaddress of the members is useless, and harm privacy.
34 lines
1.1 KiB
Cheetah
34 lines
1.1 KiB
Cheetah
<!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->
|
|
<title>Koha › Serials › Routing Slip Preview</title>
|
|
<!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
|
|
|
|
<style type="text/css">
|
|
#custom-doc { width:38.46em;*width:37.53em;min-width:500px; margin:auto; text-align:left; }
|
|
</style>
|
|
</head>
|
|
<body>
|
|
|
|
<div id="custom-doc" class="yui-t7">
|
|
<div id="bd">
|
|
|
|
|
|
<table>
|
|
<tr><td colspan="3"><h3><!-- TMPL_VAR NAME="libraryname" --></h3></td></tr>
|
|
<tr><td colspan="3"><b>Title:</b> <!-- TMPL_VAR NAME="title" escape="html" --><br />
|
|
<!-- TMPL_VAR NAME="issue" --></td></tr>
|
|
<tr><td><b>Name</b></td>
|
|
<td><b>Date Due</b></td></tr>
|
|
<!-- TMPL_LOOP NAME="memberloop" -->
|
|
<tr><td><!-- TMPL_VAR NAME="name" --></td>
|
|
<td> </td></tr>
|
|
<!-- /TMPL_LOOP -->
|
|
</table>
|
|
<p><b>Notes:</b> Please return this item promptly as others are waiting for it.
|
|
<br /><!-- TMPL_VAR NAME="routingnotes" --></p>
|
|
<div id="slip-block-links">
|
|
<a class="button" href="javascript:window.print();self.close()">Print</a> <a class="button" href="javascript:self.close()">Close</a>
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->
|