Owen Leonard
00a13c5725
Correcting capitalization in Circulation templates Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
25 lines
678 B
Text
25 lines
678 B
Text
[% INCLUDE 'doc-head-open.inc' %]
|
|
<title>Koha › Circulation › Transfers</title>
|
|
[% INCLUDE 'doc-head-close-receipt.inc' %]
|
|
<script language="javascript">
|
|
function printandclose()
|
|
{
|
|
window.print();
|
|
window.close();
|
|
}
|
|
</script>
|
|
</head>
|
|
<body id="circ_transfer-slip" class="circ" onload="printandclose();">
|
|
<div id="main">
|
|
|
|
<h5>Date: [% pulldate %]</h5>
|
|
<h3>Transfer to [% branchname %]</h3>
|
|
|
|
<h3>ITEM</h3>
|
|
<h4>[% biblio.title |html %]</h4>
|
|
<h5>[% biblio.author %] </h5>
|
|
<ul>
|
|
[% IF ( item.barcode ) %]<li>[% item.barcode %]</li>[% END %]
|
|
[% IF ( item.itemcallnumber ) %]<li>[% item.itemcallnumber %]</li>[% END %]
|
|
</ul>
|
|
[% INCLUDE 'intranet-bottom.inc' %]
|