adding just a title with no blank space above
[freeside.git] / httemplate / elements / tr-justtitle.html
1 <TR>
2   <TH BGCOLOR="#e8e8e8" COLSPAN=2 ALIGN="left">
3     <FONT SIZE="+1"><% $opt{value} %></FONT>
4   </TH>
5 </TR>
6
7 <%init>
8
9 my %opt = @_;
10
11 </%init>