koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Owen Leonard
Subject: [Koha-cvs] CVS: koha memberentry.pl,1.37,1.38
Date: Wed, 31 Dec 2003 10:08:35 -0800

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   => address@hidden,
                                -default  => $data->{'branchcode'},




reply via email to

[Prev in Thread] Current Thread [Next in Thread]