discounts, RT#6679
[freeside.git] / httemplate / elements / tr-select.html
index 07b0a01..f9d54f1 100644 (file)
@@ -1,6 +1,6 @@
 <% include('tr-td-label.html', @_ ) %>
 
-  <TD <% $style %>>
+  <TD <% $colspan %> <% $style %>>
 
     <SELECT NAME          = "<% $opt{field} %>"
             ID            = "<% $opt{id} %>"
@@ -58,4 +58,6 @@ my $style = $opt{'cell_style'} ? 'STYLE="'. $opt{'cell_style'}. '"' : '';
 
 my $curr_value = $opt{'curr_value'};
 
+my $colspan = $opt{'colspan'} ? 'COLSPAN="'.$opt{'colspan'}.'"' : '';
+
 </%init>