X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Felements%2Ftr-select-payby.html;h=94c303fc469aaff31b80a046ab3b1991b11a60e7;hp=354eb55805ad381220b72a8c7ea968fb065caadb;hb=b71b1576c68bc40ad26592b354feace37a029f0e;hpb=624b2d44625f69d71175c3348cae635d580c890b 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'), @_ &> > - <% include( '/elements/select-payby.html', + <& /elements/select-payby.html, 'curr_value' => $curr_value, %opt - ) - %> + &> @@ -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();