This commit was generated by cvs2svn to compensate for changes in r5562,
[freeside.git] / httemplate / elements / tr-fixed.html
1 <% include('tr-td-label.html', @_ ) %>
2
3   <TD BGCOLOR="#dddddd" <% $style %>><% $opt{'value'} %></TD>
4
5 </TR>
6
7 <% include('hidden.html', %opt ) %>
8
9 <%init>
10
11 my %opt = @_;
12
13 my $style = $opt{'cell_style'} ? 'STYLE="'. $opt{'cell_style'}. '"' : '';
14
15 </%init>