[Koha-cvs] CVS: koha/opac opac-main.pl,1.14,1.15

Paul POULAIN tipaul at users.sourceforge.net
Thu Sep 16 11:21:08 CEST 2004


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

Modified Files:
	opac-main.pl 
Log Message:
modifs in new acquisition option : the search is now managed through the standard search API, with an "order by timestamp" order.
opac-new.pl can be removed

Index: opac-main.pl
===================================================================
RCS file: /cvsroot/koha/koha/opac/opac-main.pl,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -r1.14 -r1.15
*** opac-main.pl	16 Aug 2004 12:48:53 -0000	1.14
--- opac-main.pl	16 Sep 2004 09:21:06 -0000	1.15
***************
*** 22,26 ****
  }
  
! my $CGIitemtype=CGI::scrolling_list( -name     => 'itemtype',
  			-values   => \@itemtype,
  			-labels   => \%itemtypes,
--- 22,26 ----
  }
  
! my $CGIitemtype=CGI::scrolling_list( -name     => 'value',
  			-values   => \@itemtype,
  			-labels   => \%itemtypes,





More information about the Koha-cvs mailing list