diff options
| author | ivan <ivan> | 2006-04-03 09:46:57 +0000 |
|---|---|---|
| committer | ivan <ivan> | 2006-04-03 09:46:57 +0000 |
| commit | 929f432c766bbe3bdeed5b80818a12ddf6ec6339 (patch) | |
| tree | 8129b16aa927db1e4182fcaaeea0c5ee9f050fd4 /httemplate/edit/cust_main/contact.html | |
| parent | 36693c42cbaca86f6957d5ed6794624810018bb3 (diff) | |
have the UI use full country names, and state names outside the US...
Diffstat (limited to 'httemplate/edit/cust_main/contact.html')
| -rw-r--r-- | httemplate/edit/cust_main/contact.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/edit/cust_main/contact.html b/httemplate/edit/cust_main/contact.html index e0cd06f56..6e4f08957 100644 --- a/httemplate/edit/cust_main/contact.html +++ b/httemplate/edit/cust_main/contact.html @@ -96,7 +96,7 @@ my $r = qq!<font color="#ff0000">*</font> !; <TR> <TH ALIGN="right"><%=$r%>Country</TH> - <TD><%= include('select-country.html', %select_hash ) %></TD> + <TD COLSPAN=5><%= include('select-country.html', %select_hash ) %></TD> </TR> <TR> |
