Option to ignore old CDRs, RT#81480
[freeside.git] / httemplate / elements / tr-select-rate.html
1 % unless ( $opt{'js_only'} ) {
2
3     <% include('tr-td-label.html', @_ ) %>
4
5       <TD <% $style %>>
6 % }
7
8         <% include( '/elements/select-rate.html', %opt ) %>
9
10 % unless ( $opt{'js_only'} ) {
11       </TD>
12     </TR>
13 % }
14 <%init>
15
16 my( %opt ) = @_;
17
18 my $style = $opt{'cell_style'} ? 'STYLE="'. $opt{'cell_style'}. '"' : '';
19
20 </%init>
21