diff options
| author | Christopher Burger <burgerc@freeside.biz> | 2019-05-09 15:13:14 -0400 |
|---|---|---|
| committer | Christopher Burger <burgerc@freeside.biz> | 2019-05-09 15:18:29 -0400 |
| commit | 91e063ee85db13b44596ae33442754215f354e64 (patch) | |
| tree | 532694d90281aab7654e9afd346d5f4d8e43997f /httemplate/edit/bulk-part_pkg.html | |
| parent | 8c4f937a2160abb7d8aa96cdfbbd32e508faafee (diff) | |
RT# 82949 - changes section name from fees to pricing, better opiton
Diffstat (limited to 'httemplate/edit/bulk-part_pkg.html')
| -rw-r--r-- | httemplate/edit/bulk-part_pkg.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/httemplate/edit/bulk-part_pkg.html b/httemplate/edit/bulk-part_pkg.html index 3225392be..8570cb92c 100644 --- a/httemplate/edit/bulk-part_pkg.html +++ b/httemplate/edit/bulk-part_pkg.html @@ -56,12 +56,12 @@ Edit report classes </TABLE> </DIV> <BR> -<INPUT TYPE="checkbox" ID="package_fees" NAME="package_fees" VALUE="1" onChange='toggle_section(this);'> -Edit package fees. +<INPUT TYPE="checkbox" ID="pricing" NAME="pricing" VALUE="1" onChange='toggle_section(this);'> +Edit pricing fields. <BR> -<DIV ID="package_fees_div" STYLE="display: none;"> +<DIV ID="pricing_div" STYLE="display: none;"> <& /elements/table-grid.html &>\ - <& /elements/tr-justtitle.html, value => mt('Package fees') &> + <& /elements/tr-justtitle.html, value => mt('Package pricing') &> <TR> <TD>Percentage of setup fee increase </TD> <TD><INPUT TYPE="text" ID="setup_fee_increase" NAME="setup_fee_increase">%</TD> |
