Bug 2780 - Capitalize strings consistently (members)
[koha_fer] / koha-tmpl / intranet-tmpl / prog / en / modules / members / moremember-print.tt
index f84052b..d3e5b49 100644 (file)
@@ -9,14 +9,14 @@
         window.close();
     }
 </script>
-<body onload="printThenClose();">
+<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>