should fix newsletter sending error when you select a single payby only
[freeside.git] / httemplate / elements / tr-select-table.html
1 <% include('tr-td-label.html', @_ ) %>
2
3       <TD <% $style %>>
4
5         <% include( '/elements/select-table.html', %opt ) %>
6
7       </TD>
8     </TR>
9 <%init>
10
11 my( %opt ) = @_;
12
13 my $style = $opt{'cell_style'} ? 'STYLE="'. $opt{'cell_style'}. '"' : '';
14
15 </%init>