[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] CVS: koha/search.marc search.pl,1.21,1.22
From: |
Owen Leonard |
Subject: |
[Koha-cvs] CVS: koha/search.marc search.pl,1.21,1.22 |
Date: |
Wed, 08 Dec 2004 12:58:00 -0800 |
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 => address@hidden,
-labels => \%itemtypes,
***************
*** 327,330 ****
--- 328,332 ----
}
my $CGIbranch=CGI::scrolling_list( -name => 'value',
+ -id => 'branch',
-values => address@hidden,
-labels => \%select_branches,
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] CVS: koha/search.marc search.pl,1.21,1.22,
Owen Leonard <=