Merge branch 'bug_9105' into 3.12-master
[koha_fer] / koha-tmpl / intranet-tmpl / prog / en / modules / members / moremember-receipt.tt
index 4a85ccb..f118a24 100644 (file)
@@ -4,14 +4,14 @@
 <link rel="shortcut icon" href="[% IF ( IntranetFavicon ) %][% IntranetFavicon %][% ELSE %][% themelang %]/includes/favicon.ico[% END %]" type="image/x-icon" />
  <link rel="stylesheet" type="text/css" href="[% themelang %]/css/print.css" />
 
-<script language="javascript">
+<script type="text/javascript">
     function printThenClose() {
         window.print();
         window.close();
     }
 </script>
 </head>
-<body onload="printThenClose();">
+<body id="pat_moremember-receipt" class="pat" onload="printThenClose();">
 
 <div id="receipt">
 
@@ -23,7 +23,7 @@ Checked out to [% firstname %] [% surname %] <br />
 [% todaysdate %]<br />
 
 [% IF ( quickslip ) %]
-<h4>Checked Out Today</h4>
+<h4>Checked out today</h4>
 [% FOREACH issueloo IN issueloop %]
 [% IF ( issueloo.red ) %][% ELSE %]
 [% IF ( issueloo.today ) %]
@@ -35,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 />