X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fsearch%2Freport_477.html;h=a36ac39b843c6df36caf007683ed348e3889ffa3;hb=4dc8bf3514ea36d834b238d5af0098779c4a44ad;hp=bc2a95806a534622b353d49af710c90f427718af;hpb=4ef5b3b917b7802a136551ad567dc9d649700f53;p=freeside.git diff --git a/httemplate/search/report_477.html b/httemplate/search/report_477.html index bc2a95806..a36ac39b8 100755 --- a/httemplate/search/report_477.html +++ b/httemplate/search/report_477.html @@ -18,7 +18,7 @@ %> <% include( '/elements/tr-select-pkg_class.html', - 'pre_options' => [ '0' => 'all' ], + 'multiple' => 1, 'empty_label' => '(empty class)', ) %> @@ -46,6 +46,7 @@ Part IA
Download speeds +% my $i = 0; % foreach my $speed ( @FS::Report::FCC_477::download ) { @@ -56,14 +57,18 @@ 'hashref' => { 'disabled' => '' }, 'element_name' => 'part1_column_option', 'disable_empty' => 1, + 'curr_value' => + FS::Report::FCC_477::restore_fcc477map("part1_column_option_$i"), ) %> +% $i++ % }
<% $speed %>
Upload speeds +% $i = 0; % foreach my $speed ( @FS::Report::FCC_477::upload ) { @@ -74,15 +79,18 @@ 'hashref' => { 'disabled' => '' }, 'element_name' => 'part1_row_option', 'disable_empty' => 1, + 'curr_value' => + FS::Report::FCC_477::restore_fcc477map("part1_row_option_$i"), ) %> +% $i++ % }
<% $speed %>
Technologies -% my $i = 0; +% $i = 0; % foreach my $tech ( @FS::Report::FCC_477::technology ) { @@ -93,6 +101,8 @@ 'hashref' => { 'disabled' => '' }, 'element_name' => "part1_technology_option_$i", 'empty_label' => '(omit)', + 'curr_value' => + FS::Report::FCC_477::restore_fcc477map("part1_technology_option_$i"), ) %> @@ -111,6 +121,7 @@ %> @@ -136,6 +150,7 @@ %> @@ -175,13 +193,27 @@ 'label' => 'Enable part V?', 'field' => 'part', 'value' => 'V', + 'onchange' => 'partchange(this)', ) %> + + + + + <% include( '/elements/tr-checkbox.html', 'label' => 'Enable part VI?', 'field' => 'part', - 'value' => 'VI', + 'value' => 'VI_census', ) %>
<% $tech %>