[Koha-cvs] CVS: koha/admin branches.pl,1.1.2.3,1.1.2.4

Mike Mylonas dragon28 at users.sourceforge.net
Tue Jun 25 11:22:45 CEST 2002


Update of /cvsroot/koha/koha/admin
In directory usw-pr-cvs1:/tmp/cvs-serv17572/koha/admin

Modified Files:
      Tag: rel-1-2
	branches.pl 
Log Message:
fixed a couple of typo's

Index: branches.pl
===================================================================
RCS file: /cvsroot/koha/koha/admin/branches.pl,v
retrieving revision 1.1.2.3
retrieving revision 1.1.2.4
diff -C2 -r1.1.2.3 -r1.1.2.4
*** branches.pl	24 Jun 2002 18:38:36 -0000	1.1.2.3
--- branches.pl	25 Jun 2002 09:22:43 -0000	1.1.2.4
***************
*** 241,246 ****
  	}
  	print mktablehdr;
! 	print mktablerow(9,'#99cc33',bold('Branch code'),bold('name'),bold('adress'),
! 	bold('phone'),bold('fax'),bold('mail'),bold('issuing'),
  	' ',' ','/images/background-mem.gif');
  	my $env;
--- 241,246 ----
  	}
  	print mktablehdr;
! 	print mktablerow(9,'#99cc33',bold('Branch code'),bold('Name'),bold('Address'),
! 	bold('Phone'),bold('Fax'),bold('E-mail'),bold('Issuing'),
  	' ',' ','/images/background-mem.gif');
  	my $env;
***************
*** 258,262 ****
  		print mktablerow(9,$toggle,$results->[$i]{'branchcode'},$results->[$i]{'branchname'},
  		$results->[$i]{'branchaddress1'}.$results->[$i]{'branchaddress2'}.$results->[$i]{'branchaddress3'},
! 		$results->[$i]{'branchphone'},,$results->[$i]{'branchfax'},,$results->[$i]{'branchmail'},,$results->[$i]{'issuing'},
  		mklink("$script_name?op=add_form&searchfield=".$results->[$i]{'branchcode'},'Edit'),
  		mklink("$script_name?op=delete_confirm&searchfield=".$results->[$i]{'branchcode'},'Delete'));
--- 258,262 ----
  		print mktablerow(9,$toggle,$results->[$i]{'branchcode'},$results->[$i]{'branchname'},
  		$results->[$i]{'branchaddress1'}.$results->[$i]{'branchaddress2'}.$results->[$i]{'branchaddress3'},
! 		$results->[$i]{'branchphone'},,$results->[$i]{'branchfax'},,$results->[$i]{'branchemail'},,$results->[$i]{'issuing'},
  		mklink("$script_name?op=add_form&searchfield=".$results->[$i]{'branchcode'},'Edit'),
  		mklink("$script_name?op=delete_confirm&searchfield=".$results->[$i]{'branchcode'},'Delete'));





More information about the Koha-cvs mailing list