<& /elements/header.html, 'Edit package report classes' &> %# change that title if we add any other editing controls %# this should be centralized somewhere <& /elements/error.html &>
The following packages will be changed:
% foreach my $pkgpart (sort keys(%part_pkg)) { <% $part_pkg{$pkgpart}->pkg_comment |h %>
% }

<& /elements/table-grid.html &>\ <& /elements/tr-justtitle.html, value => mt('Report classes') &> % my $row = 0; % foreach my $num (sort keys %report_class) { % if ( $initial_state{$num} == -1 ) { % # needs to be a tristate so that you can say "don't change it" <& /elements/checkbox-tristate.html, field => 'report_option_'.$num &> % } else { %# for visual consistency >