summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2012-04-18 16:37:23 -0700
committerMark Wells <mark@freeside.biz>2012-04-18 16:37:23 -0700
commitc9d57a5a0083a91bc5d1427b6198bd7ee894cad1 (patch)
tree0b23fee0742e3b4f5830742297b93e586c78af45
parente39c7a239fe3604445ffdef6472d0e41abca0049 (diff)
fix positioning in cust_msg display, #16189
-rwxr-xr-xhttemplate/view/cust_msg.html2
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) %>