[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/acqui order.tmpl,1.6,1.7

Mike Hansen wolfpac444 at users.sourceforge.net
Tue Apr 22 12:00:21 CEST 2003


Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/acqui
In directory sc8-pr-cvs1:/tmp/cvs-serv6663/koha/koha-tmpl/intranet-tmpl/default/en/acqui

Modified Files:
	order.tmpl 
Log Message:
Fixed bug #345


Index: order.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/acqui/order.tmpl,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** order.tmpl	14 Apr 2003 17:45:31 -0000	1.6
--- order.tmpl	22 Apr 2003 10:00:11 -0000	1.7
***************
*** 23,32 ****
  	<tr valign=top bgcolor=<TMPL_VAR name="color">>
  		<td>
! 			<a href="basket.pl?id=<TMPL_VAR name="id">"><input type=image src="<TMPL_VAR NAME='interface'>/<TMPL_VAR name="theme">/images/mail_send.png" title="Add order" ALT="Add" BORDER=0 ></a>
  		</td>
  		<td>
! 			<a href="recieveorder.pl?id=<TMPL_VAR name="id">"><input type=image src="<TMPL_VAR NAME='interface'>/<TMPL_VAR name="theme">/images/mail_get.png" title="receive" ALT="Add" BORDER=0 ></a>
  		</td>
! 		<td><a href="supplier.pl?id=<TMPL_VAR name="id">"><TMPL_VAR name="name"></a></td>
  		<td>
  			<table width="100%" cellspacing=0 cellpadding=5 border=0>
--- 23,32 ----
  	<tr valign=top bgcolor=<TMPL_VAR name="color">>
  		<td>
! 			<a href="basket.pl?id=<TMPL_VAR name=id>"><img src="<TMPL_VAR NAME='interface'>/<TMPL_VAR name="theme">/images/mail_send.png" title="Add order" ALT="Add" BORDER=0 ></a>
  		</td>
  		<td>
! 			<a href="recieveorder.pl?id=<TMPL_VAR name=id>"><img src="<TMPL_VAR NAME='interface'>/<TMPL_VAR name="theme">/images/mail_get.png" title="receive" ALT="Add" BORDER=0 ></a>
  		</td>
! 		<td><a href="supplier.pl?id=<TMPL_VAR name=id>"><TMPL_VAR name="name"></a></td>
  		<td>
  			<table width="100%" cellspacing=0 cellpadding=5 border=0>





More information about the Koha-cvs mailing list