[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/npl/en/acqui acqui-home.tmpl,1.1,1.2

Owen Leonard oleonard at users.sourceforge.net
Wed Feb 25 18:28:47 CET 2004


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

Modified Files:
	acqui-home.tmpl 
Log Message:
Minor correction to HTML (closing input tags)

Index: acqui-home.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/acqui/acqui-home.tmpl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** acqui-home.tmpl	19 Feb 2004 18:59:36 -0000	1.1
--- acqui-home.tmpl	25 Feb 2004 17:28:43 -0000	1.2
***************
*** 27,31 ****
  	<td>
  		
! 		<input type="text"  size="25" name="recieve" id="recieve">
  		
  	</td>
--- 27,31 ----
  	<td>
  		
! 		<input type="text"  size="25" name="recieve" id="recieve" />
  		
  	</td>
***************
*** 47,52 ****
  			</th>
  			<td>	<form action="/cgi-bin/koha/currency.pl">
! 	<input type="hidden" name="type" value="change">
! 				<input type="text" size="10" id="<!-- TMPL_VAR name="currency" -->" name="<!-- TMPL_VAR name="currency" -->" value="<!-- TMPL_VAR name="rate" -->">	</form>
  			</td>
  		</tr>
--- 47,52 ----
  			</th>
  			<td>	<form action="/cgi-bin/koha/currency.pl">
! 	<input type="hidden" name="type" value="change" />
! 				<input type="text" size="10" id="<!-- TMPL_VAR name="currency" -->" name="<!-- TMPL_VAR name="currency" -->" value="<!-- TMPL_VAR name="rate" -->" />	</form>
  			</td>
  		</tr>





More information about the Koha-cvs mailing list