From f50abf757bb3ff6cd567906adcb2ae4375b278cb Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Wed, 14 Dec 2016 09:36:44 -0800 Subject: add double-click prevention to discount popup/form, RT#73799, and clarify labels --- httemplate/edit/cust_pkg_discount.html | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'httemplate/edit') diff --git a/httemplate/edit/cust_pkg_discount.html b/httemplate/edit/cust_pkg_discount.html index e1e3daede..79c347813 100755 --- a/httemplate/edit/cust_pkg_discount.html +++ b/httemplate/edit/cust_pkg_discount.html @@ -1,13 +1,17 @@ <& /elements/header-popup.html, "Discount Package" &> <& /elements/error.html &> -
+ <% ntable('#cccccc') %> - Current package  + Package  <% $curuser->option('show_pkgnum') ? $cust_pkg->pkgnum.': ' : '' %><% $part_pkg->pkg |h %> - <% $part_pkg->comment |h %> @@ -18,6 +22,8 @@ curr_value_recur => $recur_discountnum, disable_setup => $disable_setup, disable_recur => $disable_recur, + setup_label => emt('Setup fee discount'), + recur_label => emt('Recurring fee discount'), &> -- cgit v1.2.1