more RT integration / reskin / 2.1, RT#6640
[freeside.git] / httemplate / elements / tr-title.html
index 6e2f58f..d40d0fd 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 BGCOLOR="#f8f8f8" COLSPAN=<% $opt{colspan} || 2 %>>&nbsp;</TD>
 </TR>
 
+<% include('tr-justtitle.html', @_) %>
 <%init>
 
 my %opt = @_;