summaryrefslogtreecommitdiff
path: root/httemplate/edit/cust_main/phones.html
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate/edit/cust_main/phones.html')
-rw-r--r--httemplate/edit/cust_main/phones.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/httemplate/edit/cust_main/phones.html b/httemplate/edit/cust_main/phones.html
index 9b23e0716..fa915f540 100644
--- a/httemplate/edit/cust_main/phones.html
+++ b/httemplate/edit/cust_main/phones.html
@@ -1,5 +1,5 @@
<TR>
- <TD VALIGN="top" ALIGN="right"><% mt('Phones') |h %></TD>
+ <TH VALIGN="top" ALIGN="right"><% mt('Phones') |h %></TD>
<TD COLSPAN=6>
<TABLE CELLSPACING=0 CELLPADDING=0>
<TR>
@@ -10,7 +10,7 @@
VALUE="<% $cust_main->get($phone) %>"
SIZE=18
>
- <BR><FONT SIZE=-1><% mt($phone_label{$phone}) |h %></FONT>
+ <BR><FONT SIZE=-1 COLOR="#333333"><% mt($phone_label{$phone}) |h %></FONT>
</TD>
<TD>&nbsp;</TD>
% }