X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Felements%2Ftr-select-discount.html;h=faa65e1f763be103aa43fb9a93df43453ad52ea4;hb=208cc650f3e441400d88f738cb4af78809497aa5;hp=258eeb3496d6d056dbc7b1d360c17b26eebad1c9;hpb=0fb307c305e4bc2c9c27dc25a3308beae3a4d33c;p=freeside.git diff --git a/httemplate/elements/tr-select-discount.html b/httemplate/elements/tr-select-discount.html index 258eeb349..faa65e1f7 100644 --- a/httemplate/elements/tr-select-discount.html +++ b/httemplate/elements/tr-select-discount.html @@ -6,7 +6,7 @@ % } else { - <% $opt{'label'} || 'Discount' %> + <% $opt{'label'} || ''.emt('Discount').'' %> > <% include( '/elements/select-discount.html', 'curr_value' => $discountnum, @@ -53,6 +53,13 @@ ) %> +% if ( $opt{'setup_only'} ) { + <& /elements/hidden.html, + 'field' => $name.'_setup', + 'id' => $name.'_setup', + 'value' => 'Y' + &> +% } else { # normal case, allow the user to choose <% include( '/elements/tr-input-text.html', 'label' => 'Discount duration (months)', 'field' => $name. '_months', @@ -64,6 +71,27 @@ ) %> + <% include( '/elements/tr-checkbox.html', + 'label' => 'Apply discount to setup fee', + 'field' => $name.'_setup', + 'id' => $name.'_setup', + 'curr_value' => scalar($cgi->param($name.'_setup')), + 'value' => 'Y', + 'colspan' => $opt{'colspan'}, + ) + %> +% } + +%# <% include( '/elements/tr-checkbox.html', +%# 'label' => 'Apply discount to add-on packages', +%# 'field' => $name.'_linked', +%# 'id' => $name.'_linked', +%# 'curr_value' => scalar($cgi->param($name.'_linked')), +%# 'value' => 'Y', +%# 'colspan' => $opt{'colspan'}, +%# ) +%# %> +