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


From: Bruno Toumi
Subject: [Koha-cvs] koha/koha-tmpl/intranet-tmpl/prog/en/circ circu... [rel_3_0]
Date: Thu, 04 Jan 2007 09:20:09 +0000

CVSROOT:        /sources/koha
Module name:    koha
Branch:         rel_3_0
Changes by:     Bruno Toumi <btoumi>    07/01/04 09:20:09

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

Log message:
        bug fix with wrong condition in issue year field 
        remove 2006 year for manual issue
        happy new year ;=)

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.18&r2=1.6.2.19

Patches:
Index: circulation.tmpl
===================================================================
RCS file: 
/sources/koha/koha/koha-tmpl/intranet-tmpl/prog/en/circ/circulation.tmpl,v
retrieving revision 1.6.2.18
retrieving revision 1.6.2.19
diff -u -b -r1.6.2.18 -r1.6.2.19
--- circulation.tmpl    14 Dec 2006 10:42:25 -0000      1.6.2.18
+++ circulation.tmpl    4 Jan 2007 09:20:09 -0000       1.6.2.19
@@ -555,17 +555,12 @@
               
         <select name="year">
             <option value="0">Year</option>
-            <!-- TMPL_IF NAME="year2006" -->
-                <option value="2006" selected="selected">2006</option>
-            <!-- TMPL_ELSE -->
-                <option value="2006">2006</option>
-            <!-- /TMPL_IF -->
-            <!-- TMPL_IF NAME="year2005" -->
+            <!-- TMPL_IF NAME="year2007" -->
                 <option value="2007" selected="selected">2007</option>
             <!-- TMPL_ELSE -->
                 <option value="2007">2007</option>
             <!-- /TMPL_IF -->
-            <!-- TMPL_IF NAME="year2006" -->
+            <!-- TMPL_IF NAME="year2008" -->
                 <option value="2008" selected="selected">2008</option>
             <!-- TMPL_ELSE -->
                 <option value="2008">2008</option>
@@ -580,6 +575,11 @@
             <!-- TMPL_ELSE -->
                 <option value="2010">2010</option>
             <!-- /TMPL_IF -->
+            <!-- TMPL_IF NAME="year2011" -->
+                <option value="2011" selected="selected">2011</option>
+            <!-- TMPL_ELSE -->
+                <option value="2011">2011</option>
+            <!-- /TMPL_IF -->  
           </select>
         
         <label for="stickyduedate">




reply via email to

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