diff options
| author | Ivan Kohler <ivan@freeside.biz> | 2016-09-29 09:25:35 -0700 |
|---|---|---|
| committer | Ivan Kohler <ivan@freeside.biz> | 2016-09-29 09:25:35 -0700 |
| commit | ae58eda132b5a89ce251dbdf13822dee2f3bc92f (patch) | |
| tree | f73075e049daa9dc0ecaeace57bded4ab2094528 /httemplate/view/cust_main/misc.html | |
| parent | 0f75f84be04be93b73c32bf8a1e34d539f753c06 (diff) | |
4.x styling customer edit cleanup
Diffstat (limited to 'httemplate/view/cust_main/misc.html')
| -rw-r--r-- | httemplate/view/cust_main/misc.html | 4 |
1 files changed, 2 insertions, 2 deletions
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> % |
