[Koha-cvs] CVS: koha/search.marc search.pl,1.21,1.22

Owen Leonard oleonard at users.sourceforge.net
Wed Dec 8 21:58:00 CET 2004


Update of /cvsroot/koha/koha/search.marc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19164/search.marc

Modified Files:
	search.pl 
Log Message:
Adding 'id' values to script-generated option lists (to work with <label> tag)

Index: search.pl
===================================================================
RCS file: /cvsroot/koha/koha/search.marc/search.pl,v
retrieving revision 1.21
retrieving revision 1.22
diff -C2 -r1.21 -r1.22
*** search.pl	25 Nov 2004 17:40:36 -0000	1.21
--- search.pl	8 Dec 2004 20:57:58 -0000	1.22
***************
*** 310,313 ****
--- 310,314 ----
  
  	my $CGIitemtype=CGI::scrolling_list( -name     => 'value',
+ 				-id => 'itemtype',
  				-values   => \@itemtype,
   				-labels   => \%itemtypes,
***************
*** 327,330 ****
--- 328,332 ----
  	}
  	my $CGIbranch=CGI::scrolling_list( -name     => 'value',
+ 				-id => 'branch',
  				-values   => \@select_branch,
  				-labels   => \%select_branches,





More information about the Koha-cvs mailing list