diff options
| author | Mark Wells <mark@freeside.biz> | 2012-04-18 16:37:34 -0700 |
|---|---|---|
| committer | Mark Wells <mark@freeside.biz> | 2012-04-18 16:37:34 -0700 |
| commit | 15a62244adb4e09e8f3d85998fb7bd35ce6ef148 (patch) | |
| tree | b912ed3a67de71b226817935d0bcf593b6fb0657 | |
| parent | d79c0d9b129507021f6c21f3e5974b2c84fe7d91 (diff) | |
fix positioning in cust_msg display, #16189
| -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 f6ce4c5dc..1d2d1ef47 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) %> |
