This commit was generated by cvs2svn to compensate for changes in r8690,
[freeside.git] / httemplate / elements / tablebreak-tr-title.html
1 </TABLE>
2
3 <TABLE <% $id %> BGCOLOR="#cccccc" BORDER=0 CELLSPACING=0>
4
5 <% include('tr-title.html', @_ ) %>
6
7 <%init>
8
9 my %opt = @_;
10
11 my $id = '';
12 $id = 'ID="'. $opt{'table_id'}. '"' if $opt{'table_id'};
13
14 </%init>