[Koha-cvs] koha/koha-tmpl/intranet-tmpl/npl/en/reports acq... [rel_2_2]

Chris Cormack chris at katipo.co.nz
Sat Aug 19 23:31:02 CEST 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch:		rel_2_2
Changes by:	Chris Cormack <rangi>	06/08/19 21:31:02

Modified files:
	koha-tmpl/intranet-tmpl/npl/en/reports: acquisitions_stats.tmpl 

Log message:
	Fix for bug 1156
	http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=1156

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/npl/en/reports/acquisitions_stats.tmpl?cvsroot=koha&only_with_tag=rel_2_2&r1=1.1.2.3&r2=1.1.2.4

Patches:
Index: acquisitions_stats.tmpl
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/intranet-tmpl/npl/en/reports/acquisitions_stats.tmpl,v
retrieving revision 1.1.2.3
retrieving revision 1.1.2.4
diff -u -b -r1.1.2.3 -r1.1.2.4
--- acquisitions_stats.tmpl	7 Apr 2005 21:15:26 -0000	1.1.2.3
+++ acquisitions_stats.tmpl	19 Aug 2006 21:31:02 -0000	1.1.2.4
@@ -60,7 +60,7 @@
 			</tr>
 			<tr>
 			<th>Limit by Date: </th>
-			<td><label for="from1">From: </label><input type="text"  size="10" id="from1" name="Filter" />
+			<td><label for="from">From: </label><input type="text"  size="10" id="from1" name="Filter" />
 							<img src="<!-- TMPL_VAR Name="themelang" -->/includes/calendar/cal.gif" border="0" id="openCalendarFrom" style="cursor: pointer;" valign="top">
 								<script language="JavaScript" type="text/javascript">
 									function validate1(date) {
@@ -89,7 +89,7 @@
 										}
 									);
 								</script>
-					<label for="to1">To:</label> <input  size="10" id="to1" name="Filter" value="" type="text" />
+					<label for="to">To:</label> <input  size="10" id="to1" name="Filter" value="" type="text" />
 						<img src="<!-- TMPL_VAR Name="themelang" -->/includes/calendar/cal.gif" id="openCalendarTo" style="cursor: pointer;" valign="top" border="0" >
 							<script type="text/javascript">
 								function validate2(date) {





More information about the Koha-cvs mailing list