4.x style
[freeside.git] / httemplate / elements / tr-title.html
index 6e2f58f..af37341 100644 (file)
@@ -1,13 +1,8 @@
 <TR>
-  <TD BGCOLOR="#e8e8e8" COLSPAN=2>&nbsp;</TD>
-</TR>
-
-<TR>
-  <TH BGCOLOR="#e8e8e8" COLSPAN=2 ALIGN="left">
-    <FONT SIZE="+1"><% $opt{value} %></FONT>
-  </TH>
+  <TD CLASS="background" COLSPAN=<% $opt{colspan} || 2 %>>&nbsp;</TD>
 </TR>
 
+<% include('tr-justtitle.html', @_) %>
 <%init>
 
 my %opt = @_;