[Koha-cvs] CVS: koha/circ circulation.pl,1.50,1.51

Paul POULAIN tipaul at users.sourceforge.net
Tue Apr 29 18:51:19 CEST 2003


Update of /cvsroot/koha/koha/circ
In directory sc8-pr-cvs1:/tmp/cvs-serv5358/circ

Modified Files:
	circulation.pl 
Log Message:


Index: circulation.pl
===================================================================
RCS file: /cvsroot/koha/koha/circ/circulation.pl,v
retrieving revision 1.50
retrieving revision 1.51
diff -C2 -r1.50 -r1.51
*** circulation.pl	11 Mar 2003 15:13:20 -0000	1.50
--- circulation.pl	29 Apr 2003 16:51:15 -0000	1.51
***************
*** 50,57 ****
  
  my %env;
- #my $headerbackgroundcolor='#99cc33';
  my $linecolor1='#ffffcc';
  my $linecolor2='white';
- #my $backgroundimage="/images/background-mem.gif";
  
  my $branches = getbranches();
--- 50,55 ----
***************
*** 432,436 ****
  <br><p>
      <table border=1 cellpadding=5 cellspacing=0 align=right>
!     <tr><td colspan=2 background="/images/background-mem.gif"><font color=black><b>Patron Information</b></font></td></tr>
      <tr><td colspan=2>
      <a href=/cgi-bin/koha/moremember.pl?bornum=$borrower->{'borrowernumber'} onClick="openWindow(this,'Member', 480, 640)">$borrower->{'cardnumber'}</a> $borrower->{'surname'}, $borrower->{'title'} $borrower->{'firstname'}<br>$borrower->{'streetaddress'} $borrower->{'city'} Cat: $borrower->{'categorycode'} </td></tr>
--- 430,434 ----
  <br><p>
      <table border=1 cellpadding=5 cellspacing=0 align=right>
!     <tr><td colspan=2><font color=black><b>Patron Information</b></font></td></tr>
      <tr><td colspan=2>
      <a href=/cgi-bin/koha/moremember.pl?bornum=$borrower->{'borrowernumber'} onClick="openWindow(this,'Member', 480, 640)">$borrower->{'cardnumber'}</a> $borrower->{'surname'}, $borrower->{'title'} $borrower->{'firstname'}<br>$borrower->{'streetaddress'} $borrower->{'city'} Cat: $borrower->{'categorycode'} </td></tr>





More information about the Koha-cvs mailing list