7839a8ce534cb570d11f4216fd1e2d4e57a1cf27
[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>