[Koha-cvs] koha/koha-tmpl/intranet-tmpl/ccfls/en/circ circ... [dev_week]

Kyle Hall kyle.m.hall at gmail.com
Wed Aug 15 17:52:29 CEST 2007


CVSROOT:	/sources/koha
Module name:	koha
Branch:		dev_week
Changes by:	Kyle Hall <kylemhall>	07/08/15 15:52:29

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

Log message:
	Fixed problem with stickduedate

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/ccfls/en/circ/circulation.tmpl?cvsroot=koha&only_with_tag=dev_week&r1=1.1.2.1.2.16&r2=1.1.2.1.2.17

Patches:
Index: circulation.tmpl
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/intranet-tmpl/ccfls/en/circ/Attic/circulation.tmpl,v
retrieving revision 1.1.2.1.2.16
retrieving revision 1.1.2.1.2.17
diff -u -b -r1.1.2.1.2.16 -r1.1.2.1.2.17
--- circulation.tmpl	22 May 2007 17:21:14 -0000	1.1.2.1.2.16
+++ circulation.tmpl	15 Aug 2007 15:52:29 -0000	1.1.2.1.2.17
@@ -302,13 +302,14 @@
 			</select>
 			<select name="year">
 				<option value="0">Year</option>
-				<option value="2004"<!-- TMPL_IF NAME="year2004" --> selected="selected"<!-- /TMPL_IF -->>2004</option>
-				<option value="2005"<!-- TMPL_IF NAME="year2005" --> selected="selected"<!-- /TMPL_IF -->>2005</option>
-				<option value="2006"<!-- TMPL_IF NAME="year2006" --> selected="selected"<!-- /TMPL_IF -->>2006</option>
 				<option value="2007"<!-- TMPL_IF NAME="year2007" --> selected="selected"<!-- /TMPL_IF -->>2007</option>
 				<option value="2008"<!-- TMPL_IF NAME="year2008" --> selected="selected"<!-- /TMPL_IF -->>2008</option>
+				<option value="2009"<!-- TMPL_IF NAME="year2009" --> selected="selected"<!-- /TMPL_IF -->>2009</option>
+				<option value="2010"<!-- TMPL_IF NAME="year2010" --> selected="selected"<!-- /TMPL_IF -->>2010</option>
+				<option value="2011"<!-- TMPL_IF NAME="year2011" --> selected="selected"<!-- /TMPL_IF -->>2011</option>
+				<option value="2012"<!-- TMPL_IF NAME="year2012" --> selected="selected"<!-- /TMPL_IF -->>2012</option>
 			</select>
-<label for="stickyduedate">Remember for Session:</label><input type="checkbox" id="stickyduedate" name="stickyduedate" <!-- TMPL_VAR NAME="selected" --> />
+<label for="stickyduedate">Remember for Session:</label><input type="checkbox" id="stickyduedate" name="stickyduedate" <!-- TMPL_IF NAME="stickyduedate" -->checked<!-- /TMPL_IF --> />
 		</p><!-- TMPL_ELSE --><input type="hidden" name="day" value="0" /><input type="hidden" name="month" value="0" /><input type="hidden" name="year" value="0" /><!-- /TMPL_IF --><input type="hidden" name="borrnumber" value="<!-- TMPL_VAR NAME="borrowernumber" -->" />
 		<input type="hidden" name="branch" value="<!-- TMPL_VAR NAME="branch" -->" />
 		<input type="hidden" name="printer" value="<!-- TMPL_VAR NAME="printer" -->" />





More information about the Koha-cvs mailing list