RT# 75817 - Some small updates to be able to backport to V3 because of no cust_contac...
[freeside.git] / httemplate / elements / tr-title.html
1 <TR>
2   <TD CLASS="background" COLSPAN=<% $opt{colspan} || 2 %>>&nbsp;</TD>
3 </TR>
4
5 <% include('tr-justtitle.html', @_) %>
6 <%init>
7
8 my %opt = @_;
9
10 </%init>