4.x style
[freeside.git] / httemplate / elements / tr-justtitle.html
index f283307..316ea69 100644 (file)
@@ -1,11 +1,12 @@
 <TR>
-  <TH BGCOLOR="#f8f8f8" COLSPAN=<% $opt{colspan} || 2 %> ALIGN="left">
-    <FONT SIZE="+1"><% $opt{value} %></FONT>
-  </TH>
+  <TD CLASS="background" COLSPAN=<% $opt{colspan} || 2 %> ALIGN="left" <%$id%>>
+    <FONT CLASS="fsinnerbox-title"><% $opt{value} %></FONT>
+  </TD>
 </TR>
 
 <%init>
 
 my %opt = @_;
+my $id = 'ID="'.$opt{id}.'"' if $opt{id};
 
 </%init>