Merge remote-tracking branch 'origin/new/bug_8408'
[srvgit] / koha-tmpl / intranet-tmpl / prog / en / modules / circ / bookcount.tt
index bd1764b..b53cffb 100644 (file)
@@ -1,5 +1,5 @@
 [% INCLUDE 'doc-head-open.inc' %]
-<title>Koha &rsaquo; Circulation &rsaquo; Circulation Statistics for [% title |html %]</title>
+<title>Koha &rsaquo; Circulation &rsaquo; Circulation statistics for [% title |html %]</title>
 [% INCLUDE 'doc-head-close.inc' %]
 <script type="text/javascript">
 $(document).ready(function(){
@@ -12,7 +12,7 @@ $(document).ready(function(){
 [% INCLUDE 'header.inc' %]
 [% INCLUDE 'circ-search.inc' %]
 
-<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/circ/circulation-home.pl">Circulation</a> &rsaquo; Circulation Statistics for [% title |html %]</div>
+<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/circ/circulation-home.pl">Circulation</a> &rsaquo; Circulation statistics for [% title |html %]</div>
 
 <div id="doc3" class="yui-t2">
    
@@ -24,7 +24,7 @@ $(document).ready(function(){
 [% title |html %] [% IF ( author ) %] by [% author |html %][% END %]</h2>
 <h3>Barcode [% barcode %]</h3>
 <table>
-               <tr><th>Home Library</th><th>Current Library</th><th>Date arrived<br />at current library </th><th>Number of checkouts<br />since last transfer</th></tr>
+        <tr><th>Home library</th><th>Current library</th><th>Date arrived<br />at current library </th><th>Number of checkouts<br />since last transfer</th></tr>
                
                <tr><td>[% homebranch %]</td>
             <td>[% holdingbranch %]</td>
@@ -36,7 +36,7 @@ $(document).ready(function(){
     <tr>
         <th>Library</th>
         <th>No. of times checked out</th>
-        <th>Last Seen</th>
+        <th>Last seen</th>
     </tr>
     [% FOREACH branchloo IN branchloop %]
     [% IF ( branchloo.selected ) %]