From d046cb57be3c1a74362d15e90486239cc8a5f4d7 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Thu, 12 Sep 2013 04:28:25 -0700 Subject: multiple payment options, RT#23741 --- httemplate/elements/tr-select-month_year.html | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 httemplate/elements/tr-select-month_year.html (limited to 'httemplate/elements/tr-select-month_year.html') diff --git a/httemplate/elements/tr-select-month_year.html b/httemplate/elements/tr-select-month_year.html new file mode 100644 index 000000000..b1943bdbd --- /dev/null +++ b/httemplate/elements/tr-select-month_year.html @@ -0,0 +1,22 @@ +% unless ( $opt{'js_only'} ) { + + <% include('tr-td-label.html', %opt ) %> + + <% $style %>> +% } + + <% include('select-month_year.html', %opt ) %> + +% unless ( $opt{'js_only'} ) { + + +% } +<%init> + +my %opt = @_; + +my $style = $opt{'cell_style'} ? 'STYLE="'. $opt{'cell_style'}. '"' : ''; + +my $colspan = $opt{'colspan'} ? 'COLSPAN="'.$opt{'colspan'}.'"' : ''; + + -- cgit v1.2.1