summaryrefslogtreecommitdiff
path: root/httemplate/edit/cust_main
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/edit/cust_main
parent0f75f84be04be93b73c32bf8a1e34d539f753c06 (diff)
4.x styling customer edit cleanup
Diffstat (limited to 'httemplate/edit/cust_main')
-rw-r--r--httemplate/edit/cust_main/stateid.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/edit/cust_main/stateid.html b/httemplate/edit/cust_main/stateid.html
index 2655f5142..3500d631c 100644
--- a/httemplate/edit/cust_main/stateid.html
+++ b/httemplate/edit/cust_main/stateid.html
@@ -1,6 +1,6 @@
% if ( $conf->exists('show_stateid') ) {
<TR>
- <TD ALIGN="right"><% $stateid_label %></TD>
+ <TH ALIGN="right"><% $stateid_label %></TH>
<TD><INPUT TYPE="text" NAME="stateid" VALUE="<% $stateid %>" SIZE=12></TD>
<TD><& /elements/select-state.html,
state => $cust_main->stateid_state,