Bug 8150 [SIGNED-OFF] Remove obsoleted navigation bar in circ history
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / members / readingrec.tt
index 36f8937..3b1f55a 100644 (file)
  });
 }); </script>
 </head>
-<body>
+<body id="pat_readingrec" class="pat">
 [% INCLUDE 'header.inc' %]
 [% INCLUDE 'patron-search.inc' %]
 
-<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/members/members-home.pl">Patrons</a>  &rsaquo; Circulation History for [% INCLUDE 'patron-title.inc' %]</div>
+<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/members/members-home.pl">Patrons</a>  &rsaquo; Circulation history for [% INCLUDE 'patron-title.inc' %]</div>
 
 <div id="doc3" class="yui-t2">
    
        <div id="yui-main">
        <div class="yui-b">
 [% INCLUDE 'circ-toolbar.inc' %]
-<h1>Circulation History</h1>
+<h1>Circulation history</h1>
 [% IF ( loop_reading ) %]
 <form action="/cgi-bin/koha/members/readingrec.pl" method="get"><input type="hidden" name="borrowernumber" id="borrowernumber" value="[% borrowernumber %]" /></form>
 
+
 <table id="table_readingrec">
 <thead>
     <th>Date</th>
        <th>Title</th>
        <th>Author</th>
-       <th>Call No.</th>
+    <th>Call no.</th>
        <th>Barcode</th>
-       <th>Number of Renewals</th>
+    <th>Number of renewals</th>
        <th>Checked out on</th>
        <th>Checked out from</th>
-       <th>Date Due</th>
-       <th>Return Date</th>
+    <th>Date due</th>
+    <th>Return date</th>
 </thead>
 [% FOREACH loop_readin IN loop_reading %]
     [% IF ( loop_readin.returndate ) %]<tr>[% ELSE %]<tr class="onissue">[% END %]