[Koha-bugs] [Bug 766] Omnibus: Use of CGI::scrolling_list prevents customization in template

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sat Oct 11 00:55:15 CEST 2014


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=766

--- Comment #84 from Katrin Fischer <katrin.fischer at bsz-bw.de> ---
Looks like we are getting closer!

cataloguing/additem.pl:                $subfield_data{marc_value}
=CGI::scrolling_list(      # FIXME: factor out scrolling_list
reports/acquisitions_stats.pl:    my $CGIItemTypes = CGI::scrolling_list(
reports/acquisitions_stats.pl:    my $CGIBudget = CGI::scrolling_list(
reports/acquisitions_stats.pl:    my $CGISort1 = CGI::scrolling_list(
reports/acquisitions_stats.pl:    my $CGISort2 = CGI::scrolling_list(
reports/acquisitions_stats.pl:    my $CGIextChoice = CGI::scrolling_list(
reports/guided_reports.pl:                    $input =CGI::scrolling_list(     
# FIXME: factor out scrolling_list
reports/issues_avg_stats.pl:    my $CGIBorCat=CGI::scrolling_list( -name     =>
'Filter',
reports/issues_avg_stats.pl:    my $CGIItemTypes=CGI::scrolling_list( -name    
=> 'Filter',
reports/issues_avg_stats.pl:    my $CGISort1=CGI::scrolling_list( -name     =>
'Filter',
reports/issues_avg_stats.pl:    my $CGISort2=CGI::scrolling_list( -name     =>
'Filter',
reports/issues_avg_stats.pl:    my $CGIextChoice=CGI::scrolling_list(

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are watching all bug changes.


More information about the Koha-bugs mailing list