[Koha-patches] [PATCH 15/17] MT2588: minor changes in column order & display

Henri-Damien LAURENT henridamien.laurent at biblibre.com
Fri Feb 5 14:01:56 CET 2010


From: Paul Poulain <paul.poulain at biblibre.com>

---
 .../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 5c9fd57..fe59b73 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




More information about the Koha-patches mailing list