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

Antoine Farnault antoine at koha-fr.org
Tue Oct 31 18:19:30 CET 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch:		rel_3_0
Changes by:	Antoine Farnault <toins>	06/10/31 17:19:30

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

Log message:
	some minor display change.

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

Patches:
Index: circulation.tmpl
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/intranet-tmpl/prog/en/circ/circulation.tmpl,v
retrieving revision 1.6.2.5
retrieving revision 1.6.2.6
diff -u -b -r1.6.2.5 -r1.6.2.6
--- circulation.tmpl	30 Oct 2006 10:01:17 -0000	1.6.2.5
+++ circulation.tmpl	31 Oct 2006 17:19:30 -0000	1.6.2.6
@@ -115,6 +115,7 @@
     <input type="hidden" name="day" value="<!-- TMPL_VAR name="day" -->" />
     <input type="hidden" name="month" value="<!-- TMPL_VAR name="month" -->" />
     <input type="hidden" name="year" value="<!-- TMPL_VAR name="year" -->" />
+    <input type="hidden" name="branch" value="<!-- TMPL_VAR NAME="branch" -->" />
 
     <div id="action">
       <input type="submit" value="Confirm Issue (Y)" accesskey="y" />
@@ -606,8 +607,8 @@
         </p>
         <p><label for="stickyduedate">
             <input type="checkbox" id="stickyduedate" name="stickyduedate" <!-- TMPL_VAR NAME="selected" --> />
-            </label>
             Remember due date for Session
+            </label>
         </p>
 
     <input type="hidden" name="day" value="0" />
@@ -698,6 +699,7 @@
     <input type="hidden" name="cardnumber" value="<!-- TMPL_VAR NAME="cardnumber" -->" />
     <input type="hidden" name="bornum" value="<!-- TMPL_VAR NAME="borrowernumber" -->" />
 
+ <!-- TMPL_IF NAME="todayissues" -->
     <table>
       <tr>
         <th>Due Date</th>
@@ -708,7 +710,7 @@
         <th>Renew?</th>
       </tr>
     
-  <!-- TMPL_IF NAME="todayissues" -->
+ 
       <tr>
         <th colspan="6"><a name="today" id="today">Today Issues</a></th>
       </tr>
@@ -743,8 +745,11 @@
         </td>
       </tr>
     <!-- /TMPL_LOOP --> <!-- todayissues -->
+  <!-- TMPL_ELSE --> <!-- todayissues -->
+  <p>
+    No item out.
+  </p>
   <!-- /TMPL_IF --> <!-- todayissues -->
-
   <!-- TMPL_IF NAME="previssues" -->
       <tr>
         <th colspan="6"><a name="previous" id="previous">Previous Issues</a></th>





More information about the Koha-cvs mailing list