Bug 8282: Bug in modules list in about.pl
[koha_fer] / koha-tmpl / intranet-tmpl / prog / en / modules / members / moremember-print.tt
index 0452614..d3e5b49 100644 (file)
@@ -3,12 +3,20 @@
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
 <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">
+    function printThenClose() {
+        window.print();
+        window.close();
+    }
+</script>
+<body id="pat_moremember-print" class="pat" onload="printThenClose();">
+
 </head>
 <body>
 
 <div id="main">
 
-<h3><a href="/cgi-bin/koha/circ/circulation.pl?findborrower=[% cardnumber %]">Account Summary: [% firstname %] [% surname %] ([% cardnumber %])</a></h3>
+<h3><a href="/cgi-bin/koha/circ/circulation.pl?findborrower=[% cardnumber %]">Account summary: [% firstname %] [% surname %] ([% cardnumber %])</a></h3>
 
 <ul><li>[% address %]<br />[% address2 %]</li><li>[% city %], [% zipcode %]</li>
 <li>[% IF ( phone ) %][% phone %][% ELSE %](no phone number on file)[% END %]</li>
 
 [% IF ( issueloop ) %]
 <table>
-       <caption>Items Checked Out</caption>
+    <caption>Items checked out</caption>
        <tr>
                <th>Title</th>
                <th>Author</th>
-               <th>Item Type</th>
-               <th>Date Due</th>
+        <th>Item type</th>
+        <th>Date due</th>
                <th>Charge</th>
                <th>Price</th>
                <th>Status</th>