diff options
Diffstat (limited to 'httemplate/elements/tr-select-payby.html')
| -rw-r--r-- | httemplate/elements/tr-select-payby.html | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/httemplate/elements/tr-select-payby.html b/httemplate/elements/tr-select-payby.html index 354eb5580..94c303fc4 100644 --- a/httemplate/elements/tr-select-payby.html +++ b/httemplate/elements/tr-select-payby.html @@ -1,12 +1,11 @@ -<% include ('tr-td-label.html', 'label' => 'Payment type', @_ ) %> +<& tr-td-label.html, 'label' => emt('Payment type'), @_ &> <TD <% $style %>> - <% include( '/elements/select-payby.html', + <& /elements/select-payby.html, 'curr_value' => $curr_value, %opt - ) - %> + &> </TD> @@ -16,16 +15,10 @@ my %opt = @_; -#my $onchange = $opt{'onchange'} -# ? 'onChange="'. $opt{'onchange'}. '(this)"' -# : ''; - my $style = $opt{'cell_style'} ? 'STYLE="'. $opt{'cell_style'}. '"' : ''; my $method = 'payby2longname'; $method = 'cust_payby2longname' if $opt{'payby_type'} eq 'cust'; -#$method = 'event_payby2longname' if $opt{'payby_type'} eq 'event'; -#$method = 'pay_payby2longname' if $opt{'payby_type'} eq 'pay'; unless ( $opt{'paybys'} ) { tie %{ $opt{'paybys'} }, 'Tie::IxHash', FS::payby->$method(); |
