[Koha-cvs] CVS: koha memberentry.pl,1.37,1.38

Owen Leonard oleonard at users.sourceforge.net
Wed Dec 31 19:08:35 CET 2003


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

Modified Files:
	memberentry.pl 
Log Message:
Added 'id' attribute to ethnicity, categorycode, and branchcode select lists

Index: memberentry.pl
===================================================================
RCS file: /cvsroot/koha/koha/memberentry.pl,v
retrieving revision 1.37
retrieving revision 1.38
diff -C2 -r1.37 -r1.38
*** memberentry.pl	4 Dec 2003 09:33:54 -0000	1.37
--- memberentry.pl	31 Dec 2003 18:08:33 -0000	1.38
***************
*** 81,84 ****
--- 81,85 ----
  	if ($ethnicitycategoriescount>=0) {
  		$ethcatpopup = CGI::popup_menu(-name=>'ethnicity',
+ 					-id => 'ethnicity',
  					-values=>$categories,
  					-default=>$data->{'ethnicity'},
***************
*** 89,92 ****
--- 90,94 ----
  	($categories,$labels)=borrowercategories();
  	my $catcodepopup = CGI::popup_menu(-name=>'categorycode',
+ 					-id => 'categorycode',
  					-values=>$categories,
  					-default=>$data->{'categorycode'},
***************
*** 143,146 ****
--- 145,149 ----
  	}
  	my $CGIbranch=CGI::scrolling_list( -name     => 'branchcode',
+ 				-id => 'branchcode',
  				-values   => \@select_branch,
  				-default  => $data->{'branchcode'},





More information about the Koha-cvs mailing list