X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fedit%2Fbulk-part_pkg.html;h=3225392be96cc134746b147bf990d1d5697e397e;hp=9d0792f54463d93a36dcfa176b7b42ed44748690;hb=9cfa3648407dc2333fb549460fed278311c5393a;hpb=b3f963a85180a0840a7ae7406bf869fd2a2a70b2 diff --git a/httemplate/edit/bulk-part_pkg.html b/httemplate/edit/bulk-part_pkg.html index 9d0792f54..3225392be 100644 --- a/httemplate/edit/bulk-part_pkg.html +++ b/httemplate/edit/bulk-part_pkg.html @@ -1,42 +1,89 @@ -<& /elements/header.html, 'Edit package report classes' &> -%# change that title if we add any other editing controls +<% include('/elements/header-popup.html', 'Bulk edit packages') %> %# 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 %>
-% } -
+ + + - + - - + + + % $row++; % } -
+Select the package information to change
+ +Edit report classes
-<& /elements/table-grid.html &>\ -<& /elements/tr-justtitle.html, value => mt('Report classes') &> +
+
% 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 - ><% $report_class{$num}->name %>
<% $report_class{$num}->name %>
+ + +
+ +Edit package fees. +
+
- + + +   + + The following packages will be changed:
+% foreach my $pkgpart (sort keys(%part_pkg)) { + + <% $part_pkg{$pkgpart}->pkg_comment |h %>
+% } + + +
<& /elements/footer.html &> <%init>