[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/npl/en/reports acquisitions_stats.tmpl,1.1.2.2,1.1.2.3

Owen Leonard oleonard at users.sourceforge.net
Thu Apr 7 23:15:28 CEST 2005


Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/reports
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6255/koha-tmpl/intranet-tmpl/npl/en/reports

Modified Files:
      Tag: rel_2_2
	acquisitions_stats.tmpl 
Log Message:
Additions and corrections to make javascript calendar work

Index: acquisitions_stats.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/reports/Attic/acquisitions_stats.tmpl,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -C2 -r1.1.2.2 -r1.1.2.3
*** acquisitions_stats.tmpl	6 Apr 2005 18:29:28 -0000	1.1.2.2
--- acquisitions_stats.tmpl	7 Apr 2005 21:15:26 -0000	1.1.2.3
***************
*** 1,3 ****
! <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->Koha -- Reports<!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
  <!-- TMPL_INCLUDE NAME="masthead.inc" -->
  <!-- TMPL_INCLUDE NAME="intranet-nav.inc" -->
--- 1,3 ----
! <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->Koha -- Reports<!-- TMPL_INCLUDE NAME="doc-head-close-calendar.inc" -->
  <!-- TMPL_INCLUDE NAME="masthead.inc" -->
  <!-- TMPL_INCLUDE NAME="intranet-nav.inc" -->
***************
*** 61,65 ****
  			<tr>
  			<th>Limit by Date: </th>
! 			<td>From: <input type="text" readonly="readonly" size="10" id="from" 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">
--- 61,65 ----
  			<tr>
  			<th>Limit by Date: </th>
! 			<td><label for="from1">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">
***************
*** 90,95 ****
  									);
  								</script>
! 					To: <input readonly="readonly" size="10" id="to" name="Filter" value="" type="text" />
! 						<img src="<!-- TMPL_VAR Name="themelang" -->/includes/calendar/cal.gif" id="openCalendarTo" style="cursor: pointer;" valign="top" border="0" hspace="0" vspace="0">
  							<script type="text/javascript">
  								function validate2(date) {
--- 90,95 ----
  									);
  								</script>
! 					<label for="to1">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) {
***************
*** 140,144 ****
  			<tr>
  			<th>Limit by Date: </th>
! 				<td><label for="fromRO">From:</label> <input type="text" readonly="readonly" size="10" id="fromRO" name="Filter" />
  							<img src="<!-- TMPL_VAR Name="themelang" -->/includes/calendar/cal.gif" border="0" id="openCalendarFromRO" style="cursor: pointer;" />
  								<script language="JavaScript" type="text/javascript">
--- 140,144 ----
  			<tr>
  			<th>Limit by Date: </th>
! 				<td><label for="fromRO">From:</label> <input type="text"  size="10" id="fromRO" name="Filter" />
  							<img src="<!-- TMPL_VAR Name="themelang" -->/includes/calendar/cal.gif" border="0" id="openCalendarFromRO" style="cursor: pointer;" />
  								<script language="JavaScript" type="text/javascript">
***************
*** 169,173 ****
  									);
  								</script>
! 					<label for="toRO">To: </label><input type="text" readonly="readonly" size="10" id="toRO" name="Filter" value="" />
  						<img src="<!-- TMPL_VAR Name="themelang" -->/includes/calendar/cal.gif" id="openCalendarToRO" style="cursor: pointer;" border="0" />
  							<script language="JavaScript" type="text/javascript">
--- 169,173 ----
  									);
  								</script>
! 					<label for="toRO">To: </label><input type="text"  size="10" id="toRO" name="Filter" value="" />
  						<img src="<!-- TMPL_VAR Name="themelang" -->/includes/calendar/cal.gif" id="openCalendarToRO" style="cursor: pointer;" border="0" />
  							<script language="JavaScript" type="text/javascript">





More information about the Koha-cvs mailing list