From 9cfa3648407dc2333fb549460fed278311c5393a Mon Sep 17 00:00:00 2001 From: Christopher Burger Date: Thu, 9 May 2019 13:22:09 -0400 Subject: RT# 82949 - added the ability to bulk increase package fees (setup and/or recurring) by a percentage --- httemplate/edit/bulk-part_pkg.html | 84 +++++++++++++++++++++++++++++--------- 1 file changed, 65 insertions(+), 19 deletions(-) (limited to 'httemplate/edit/bulk-part_pkg.html') diff --git a/httemplate/edit/bulk-part_pkg.html b/httemplate/edit/bulk-part_pkg.html index 4665c9f95..3225392be 100644 --- a/httemplate/edit/bulk-part_pkg.html +++ b/httemplate/edit/bulk-part_pkg.html @@ -1,5 +1,4 @@ -<& /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> -- cgit v1.2.1