X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fsearch%2Freport_477.html;h=a36ac39b843c6df36caf007683ed348e3889ffa3;hb=c4b71bc4459cb7d403cbebede470aeb2c6292a6e;hp=7ac497a112fade8b1e3a7536e3921a9a061eba88;hpb=b5c4237a34aef94976bc343c8d9e138664fc3984;p=freeside.git diff --git a/httemplate/search/report_477.html b/httemplate/search/report_477.html index 7ac497a11..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,8 +193,22 @@ 'label' => 'Enable part V?', 'field' => 'part', 'value' => 'V', + 'onchange' => 'partchange(this)', ) %> + + + + + <% include( '/elements/tr-checkbox.html', 'label' => 'Enable part VI?',
<% $tech %>