[freeside-commits] branch master updated. c9d57a5a0083a91bc5d1427b6198bd7ee894cad1
Mark Wells
mark at 420.am
Wed Apr 18 16:37:57 PDT 2012
The branch, master has been updated
via c9d57a5a0083a91bc5d1427b6198bd7ee894cad1 (commit)
from e39c7a239fe3604445ffdef6472d0e41abca0049 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit c9d57a5a0083a91bc5d1427b6198bd7ee894cad1
Author: Mark Wells <mark at freeside.biz>
Date: Wed Apr 18 16:37:23 2012 -0700
fix positioning in cust_msg display, #16189
diff --git a/httemplate/view/cust_msg.html b/httemplate/view/cust_msg.html
index ec58460..67ceef7 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) %>
-----------------------------------------------------------------------
Summary of changes:
httemplate/view/cust_msg.html | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
More information about the freeside-commits
mailing list