From: Paul Poulain <[email protected]>

---
 .../prog/en/modules/catalogue/issuehistory.tmpl    |   14 ++++++++------
 1 files changed, 8 insertions(+), 6 deletions(-)

diff --git 
a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/issuehistory.tmpl 
b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/issuehistory.tmpl
index 2d97d5d..7ca6c61 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/issuehistory.tmpl
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/issuehistory.tmpl
@@ -21,14 +21,16 @@
     <!-- TMPL_IF NAME="issues" -->
         <p><b>Has been checked out <!-- TMPL_VAR NAME="total" --> times</b></p>
         <table>
-            <tr><th>Date</th>
-            <th>Name</th>
+            <tr>
+            <th>Patron</th>
             <th>Barcode</th>
             <th>Library</th>
-            <th>Issuing Library</th>
-            <th>Renew</th>
-            <th>Date due</th>
-            <th>Return date</th></tr>
+            <th>Issuing library</th>
+            <th>Renewed</th>
+            <th>Checkout on</th>
+            <th>Due date</th>
+            <th>Checkin on</th>
+            </tr>
         <!-- TMPL_LOOP NAME="issues" -->
             <tr>
                 <td><!-- TMPL_IF NAME="issuedate" -->
-- 
1.6.3.3

_______________________________________________
Koha-patches mailing list
[email protected]
http://lists.koha.org/mailman/listinfo/koha-patches

Reply via email to