diff options
| author | Mark Wells <mark@freeside.biz> | 2012-09-29 16:36:46 -0700 |
|---|---|---|
| committer | Mark Wells <mark@freeside.biz> | 2012-09-29 16:36:46 -0700 |
| commit | 33beebf4cb42eba3e1dd868ad5e0af102de961da (patch) | |
| tree | 860712543dcc74ff2402a4ed8d73e8cd553e62d4 /httemplate/view/cust_msg.html | |
| parent | 7ac86daf67b0a95153b736d5811f9050363f6553 (diff) | |
update address standardization for cust_location changes
Diffstat (limited to 'httemplate/view/cust_msg.html')
| -rwxr-xr-x | httemplate/view/cust_msg.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/view/cust_msg.html b/httemplate/view/cust_msg.html index ec584605d..67ceef799 100755 --- a/httemplate/view/cust_msg.html +++ b/httemplate/view/cust_msg.html @@ -22,7 +22,7 @@ function toggle_display(obj) { <INPUT type="radio" name="what_to_show" onchange="toggle_display(this)" value="body"> Body </FORM> </TR> -<TR><TD colspan=2 style="text-align:center"> +<TR><TD colspan=2 style="text-align:left"> <TEXTAREA id="content-header" style="font-family:monospace" readonly=1 cols=80 rows=20> <% encode_entities($cust_msg->header) %> |
