[Koha-cvs] CVS: koha/circ returns.pl,1.18,1.19

Finlay Thompson finlayt at users.sourceforge.net
Thu Aug 22 06:20:35 CEST 2002


Update of /cvsroot/koha/koha/circ
In directory usw-pr-cvs1:/tmp/cvs-serv1672/circ

Modified Files:
	returns.pl 
Log Message:

added another link on the "Reserve Found" flag.


Index: returns.pl
===================================================================
RCS file: /cvsroot/koha/koha/circ/returns.pl,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -r1.18 -r1.19
*** returns.pl	21 Aug 2002 04:35:13 -0000	1.18
--- returns.pl	22 Aug 2002 04:20:33 -0000	1.19
***************
*** 250,254 ****
  
  	$reservetext = <<"EOF";
! <font color='red' size='+2'>Reserve found:</font> Item: $iteminfo->{'title'} ($iteminfo->{'author'}) <br>
  for $name ($number) to be collected at <b>$branchname</b>.
  <table cellpadding=5 cellspacing=0>
--- 250,254 ----
  
  	$reservetext = <<"EOF";
! <font color='red' size='+2'>Reserve found:</font> Item: $iteminfo->{'title'} ($iteminfo->{'author'}) <a href=/cgi-bin/koha/detail.pl?bib=$iteminfo->{'biblionumber'}&type=intra onClick=\"openWindow(this, 'Item', 480, 640)\">$barcode</a> <br>
  for $name ($number) to be collected at <b>$branchname</b>.
  <table cellpadding=5 cellspacing=0>





More information about the Koha-cvs mailing list