Bug 7987 [SIGNED-OFF] Fix typo in circulation template
[koha_fer] / koha-tmpl / intranet-tmpl / prog / en / modules / members / moremember-receipt.tt
index aa76755..512f6d9 100644 (file)
@@ -5,11 +5,13 @@
  <link rel="stylesheet" type="text/css" href="[% themelang %]/css/print.css" />
 
 <script language="javascript">
+    function printThenClose() {
         window.print();
         window.close();
+    }
 </script>
 </head>
-<body>
+<body id="pat_moremember-receipt" class="pat" onload="printThenClose();">
 
 <div id="receipt">
 
@@ -21,7 +23,7 @@ Checked out to [% firstname %] [% surname %] <br />
 [% todaysdate %]<br />
 
 [% IF ( quickslip ) %]
-<h4>Checked Out Today</h4>
+<h4>Checked uut today</h4>
 [% FOREACH issueloo IN issueloop %]
 [% IF ( issueloo.red ) %][% ELSE %]
 [% IF ( issueloo.today ) %]
@@ -33,7 +35,7 @@ Date due: [% issueloo.date_due %]<br /></p>
     [% END %]
 
 [% ELSE %]
-<h4>Checked Out</h4>
+<h4>Checked out</h4>
 [% FOREACH issueloo IN issueloop %]
 [% IF ( issueloo.red ) %][% ELSE %]
 <p><a href="/cgi-bin/koha/catalogue/detail.pl?item=[% issueloo.itemnumber %]&amp;biblionumber=[% issueloo.biblionumber %]&amp;bi=[% issueloo.biblioitemnumber %]">[% issueloo.title |html %]</a><br />