koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Koha-cvs] koha/koha-tmpl/intranet-tmpl/prog/en/circ overd... [rel_3_0]


From: paul poulain
Subject: [Koha-cvs] koha/koha-tmpl/intranet-tmpl/prog/en/circ overd... [rel_3_0]
Date: Thu, 25 Jan 2007 17:40:22 +0000

CVSROOT:        /sources/koha
Module name:    koha
Branch:         rel_3_0
Changes by:     paul poulain <tipaul>   07/01/25 17:40:22

Modified files:
        koha-tmpl/intranet-tmpl/prog/en/circ: overdue.tmpl 

Log message:
        changing behaviour of this script : it now just show PENDING reserves 
(ie reserves that don't have an item attached to them)
        with it, the library can go to the shelves, pick the book & do a return 
on it to validate the reserve (& eventually do a transfer)

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/prog/en/circ/overdue.tmpl?cvsroot=koha&only_with_tag=rel_3_0&r1=1.1.2.1&r2=1.1.2.2

Patches:
Index: overdue.tmpl
===================================================================
RCS file: 
/sources/koha/koha/koha-tmpl/intranet-tmpl/prog/en/circ/Attic/overdue.tmpl,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -b -r1.1.2.1 -r1.1.2.2
--- overdue.tmpl        12 Dec 2006 11:03:47 -0000      1.1.2.1
+++ overdue.tmpl        25 Jan 2007 17:40:22 -0000      1.1.2.2
@@ -4,27 +4,26 @@
 <h2>Items Overdue as of <!-- TMPL_VAR NAME="todaysdate" --></h2>
 
 <table>
-  <tr>
+<tr>
     <th>Due Date</th>
     <th>Patron</th>
-    <th>Phone</th>
     <th>Title</th>
-    <th>Author</th>
-  </tr>
+</tr>
 
-  <!-- TMPL_LOOP NAME="overdueloop" -->
+<!-- TMPL_LOOP NAME="overdueloop" -->
     <tr>
-      <td><!-- TMPL_VAR NAME="duedate" --></td>
+        <td width="15%"><!-- TMPL_VAR NAME="duedate" --></td>
     <!-- TMPL_IF NAME="email" -->
-      <td><a href="mailto:<!-- TMPL_VAR NAME="email" -->?subject=Overdue: <!-- 
TMPL_VAR NAME="title" -->"><!-- TMPL_VAR NAME="name" --></a></td>
+        <td><a href="mailto:<!-- TMPL_VAR NAME="email" -->?subject=Overdue: 
<!-- TMPL_VAR NAME="title" -->"><!-- TMPL_VAR NAME="name" --></a> (<!-- 
TMPL_VAR NAME="phone" -->)</td>
     <!-- TMPL_ELSE -->
-      <td><!-- TMPL_VAR NAME="name" --></td>
+        <td><!-- TMPL_VAR NAME="name" --> (<!-- TMPL_VAR NAME="phone" -->)</td>
     <!-- /TMPL_IF -->
-      <td><!-- TMPL_VAR NAME="phone" --></td>
-      <td><!-- TMPL_VAR NAME="title" --></td>
-      <td><!-- TMPL_VAR NAME="author" --></td>
+        <td>
+            <p><!-- TMPL_VAR NAME="title" --></p>
+            <p><!-- TMPL_VAR NAME="author" --></p>
+        </td>
     </tr>
-  <!-- /TMPL_LOOP -->
+<!-- /TMPL_LOOP -->
 </table>
 
 <!-- TMPL_INCLUDE name="intranet-bottom.inc" -->




reply via email to

[Prev in Thread] Current Thread [Next in Thread]