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 reser... [rel_3_0]


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

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

Modified files:
        koha-tmpl/intranet-tmpl/prog/en/circ: reserve.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/reserve.tmpl?cvsroot=koha&only_with_tag=rel_3_0&r1=1.1.2.6&r2=1.1.2.7

Patches:
Index: reserve.tmpl
===================================================================
RCS file: 
/sources/koha/koha/koha-tmpl/intranet-tmpl/prog/en/circ/Attic/reserve.tmpl,v
retrieving revision 1.1.2.6
retrieving revision 1.1.2.7
diff -u -b -r1.1.2.6 -r1.1.2.7
--- reserve.tmpl        8 Jan 2007 15:09:45 -0000       1.1.2.6
+++ reserve.tmpl        25 Jan 2007 17:40:39 -0000      1.1.2.7
@@ -12,11 +12,10 @@
 <!-- TMPL_INCLUDE NAME="menus.inc" -->
 <!-- TMPL_INCLUDE NAME="menu-circ.inc" -->
 
-<h1>Items Reserved as of <!-- TMPL_VAR NAME="todaysdate" --></h1>
+<h1>Pending reserves as of <!-- TMPL_VAR NAME="todaysdate" --></h1>
 <div id="filters">
 <br />
 <form method="post" >
-<h4>Limit by Date Range:</h4>                             
 <p>
 <label for "from">
     Start date:
@@ -93,6 +92,8 @@
 <input type="submit" value="Go" class="submit">
 </p>
 </form>
+<p>The following reserves have not be affected to any item.</p>
+<p>Please go in the shelves, pickup a book and do a return on them :</p>
 </div>
 
 <div class="searchresults">
@@ -115,15 +116,13 @@
                <th >
                    Location
                </th>
-               <th >
-                   Notes
-               </th>
        </tr>
        
        <!-- TMPL_LOOP NAME="reserveloop" -->
                <tr>
+            <!-- TMPL_IF name="borrowernumber" -->
                        <td><p><!-- TMPL_VAR NAME="priority" --></p></td>
-                       <td>
+                <td width="15%">
                                <p><!-- TMPL_VAR NAME="reservedate" --></p>
                                <p>in <!-- TMPL_VAR NAME="branch" --></p>
                                <!-- TMPL_IF NAME="statusw" 
--><p>Waiting</p><!-- /TMPL_IF --><!-- TMPL_IF NAME="statusf" 
--><p>Fullfilled</p><!-- /TMPL_IF -->
@@ -131,7 +130,7 @@
                        <td>
                                <p><a 
href="/cgi-bin/koha/members/moremember.pl?borrowernumber=<!--TMPL_VAR 
Name="borrowernumber"-->"><!-- TMPL_VAR NAME="name" --></a><br /><!-- TMPL_VAR 
NAME="phone" --><br />
                        <!-- TMPL_IF NAME="email" --><a href="mailto:<!-- 
TMPL_VAR NAME="email" -->?subject=Reservation: <!-- TMPL_VAR NAME="title" -->">
-<!-- TMPL_VAR NAME="email" --></a><!--/TMPL_IF-->
+    <!-- TMPL_VAR NAME="email" --></a><!--/TMPL_IF-->
                                </p>
                        </td>
                        <td>
@@ -152,10 +151,16 @@
                     <!-- /TMPL_IF -->
                 <!-- /TMPL_IF -->
                                </p>
+                    <p><!-- TMPL_VAR NAME="notes" --></p>
                        </td>
+            <!-- TMPL_ELSE -->
+                <td colspan="2">
+                    &nbsp;
+                </td>
+                <td>"</td>
+                <td>"</td>
+            <!-- /TMPL_IF -->
                        <td><p><!-- TMPL_VAR NAME="holdingbranch" --> <!-- 
TMPL_VAR NAME="itemcallnumber" --></p></td>
-
-                       <td><p><!-- TMPL_VAR NAME="notes" --></p></td>
                </tr>
        <!-- /TMPL_LOOP -->
        </table>




reply via email to

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