summaryrefslogtreecommitdiff
path: root/httemplate/view
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2016-09-29 09:25:35 -0700
committerIvan Kohler <ivan@freeside.biz>2016-09-29 09:25:35 -0700
commitae58eda132b5a89ce251dbdf13822dee2f3bc92f (patch)
treef73075e049daa9dc0ecaeace57bded4ab2094528 /httemplate/view
parent0f75f84be04be93b73c32bf8a1e34d539f753c06 (diff)
4.x styling customer edit cleanup
Diffstat (limited to 'httemplate/view')
-rw-r--r--httemplate/view/cust_main/contacts.html10
-rw-r--r--httemplate/view/cust_main/misc.html4
2 files changed, 7 insertions, 7 deletions
diff --git a/httemplate/view/cust_main/contacts.html b/httemplate/view/cust_main/contacts.html
index d75f114cf..1660c1c22 100644
--- a/httemplate/view/cust_main/contacts.html
+++ b/httemplate/view/cust_main/contacts.html
@@ -82,7 +82,7 @@
% } elsif ( $this eq 'ship' ) {
% if ( $cust_main->ship_company ) { # mostly obsolete these days...
<TR>
- <TD ALIGN="right"><% mt('Company') |h %></TD>
+ <TH ALIGN="right"><% mt('Company') |h %></TH>
<TD COLSPAN=7><% $cust_main->ship_company |h %></TD>
</TR>
% }
@@ -93,7 +93,7 @@
% if ( $location->locationname ) {
<TR>
- <TD ALIGN="right"><% mt('Location ID') |h %></TD>
+ <TH ALIGN="right"><% mt('Location ID') |h %></TH>
<TD COLSPAN=7><% $location->locationname |h %></TD>
</TR>
% }
@@ -160,7 +160,7 @@
% if ( $cust_main->get('fax') ) {
<TR>
- <TD ALIGN="right"><% mt('Fax') |h %></TD>
+ <TH ALIGN="right"><% mt('Fax') |h %></TH>
<TD COLSPAN=3>
<% $cust_main->get('fax') || '&nbsp;' %>
</TD>
@@ -171,9 +171,9 @@
% if ( $conf->exists('show_stateid') ) {
<TR>
- <TD ALIGN="right"><% $stateid_label %></TD>
+ <TH ALIGN="right"><% $stateid_label %></TH>
<TD><% $cust_main->masked('stateid') || '&nbsp' %></TD>
- <TD ALIGN="right"><% $stateid_state_label %></TD>
+ <TH ALIGN="right"><% $stateid_state_label %></TH>
<TD><% $cust_main->stateid_state || '&nbsp' %></TD>
</TR>
diff --git a/httemplate/view/cust_main/misc.html b/httemplate/view/cust_main/misc.html
index d9bf91e17..cb465f57e 100644
--- a/httemplate/view/cust_main/misc.html
+++ b/httemplate/view/cust_main/misc.html
@@ -4,7 +4,7 @@
% my @part_tag = $cust_main->part_tag;
% if ( $conf->config('cust_tag-location') =~ /^(cust_misc|)$/ && @part_tag ) {
<TR>
- <TD ALIGN="right"><% mt('Tags') |h %></TD>
+ <TH ALIGN="right"><% mt('Tags') |h %></TH>
<TD BGCOLOR="#ffffff">
% foreach my $part_tag ( @part_tag ) {
<FONT <% length($part_tag->tagcolor)
@@ -21,7 +21,7 @@
% && ! $conf->exists('cust_main-default_agent_custid') ) {
<TR>
- <TD ALIGN="right"><% mt('Agent customer ref#') |h %></TD>
+ <TH ALIGN="right"><% mt('Agent customer ref#') |h %></TH>
<TD BGCOLOR="#ffffff"><% $cust_main->agent_custid %></TD>
</TR>
%