UI spring cleaning: customer edit
[freeside.git] / httemplate / edit / cust_main / company.html
index 8a6ed0b..50c4f70 100644 (file)
@@ -1,6 +1,6 @@
 % my $cust_main = shift;
 <TR ID="company_row" <% $cust_main->company ? '' : 'STYLE="display:none"' %>>
-  <TD ALIGN="right"><% mt('Company') |h %></TD>
+  <TH ALIGN="right"><% mt('Company') |h %></TD>
   <TD COLSPAN=6><INPUT TYPE="text" NAME="company" ID="company" SIZE=60
              VALUE="<% $cust_main->company |h %>">
   </TD>