[Koha-cvs] CVS: koha/acqui newbiblio.pl,1.22,1.23

Henri-Damien LAURENT hdl at users.sourceforge.net
Wed Jun 22 15:14:14 CEST 2005


Update of /cvsroot/koha/koha/acqui
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27695/acqui

Modified Files:
	newbiblio.pl 
Log Message:
Online Help on Scrolling_list building for sort1 and sort2.
Minor Bug Fix for newbiblio.pl : Bsort becomes Asort

Index: newbiblio.pl
===================================================================
RCS file: /cvsroot/koha/koha/acqui/newbiblio.pl,v
retrieving revision 1.22
retrieving revision 1.23
diff -C2 -r1.22 -r1.23
*** newbiblio.pl	22 Jun 2005 09:36:24 -0000	1.22
--- newbiblio.pl	22 Jun 2005 13:14:12 -0000	1.23
***************
*** 141,145 ****
  			-multiple => 0 );
  
! my $CGIsort1 = buildCGIsort("Bsort1","sort1",$data->{'sort1'});
  if ($CGIsort1) {
  	$template->param(CGIsort1 => $CGIsort1);
--- 141,145 ----
  			-multiple => 0 );
  
! my $CGIsort1 = buildCGIsort("Asort1","sort1",$data->{'sort1'});
  if ($CGIsort1) {
  	$template->param(CGIsort1 => $CGIsort1);
***************
*** 148,152 ****
  }
  
! my $CGIsort2 = buildCGIsort("Bsort2","sort2",$data->{'sort2'});
  if ($CGIsort2) {
  	$template->param(CGIsort2 =>$CGIsort2);
--- 148,152 ----
  }
  
! my $CGIsort2 = buildCGIsort("Asort2","sort2",$data->{'sort2'});
  if ($CGIsort2) {
  	$template->param(CGIsort2 =>$CGIsort2);





More information about the Koha-cvs mailing list