combine ticket notification scrips, #15353
[freeside.git] / httemplate / elements / tr-justtitle.html
1 <TR>
2   <TH CLASS="background" COLSPAN=<% $opt{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>