[freeside-commits] branch FREESIDE_2_3_BRANCH updated. 15a62244adb4e09e8f3d85998fb7bd35ce6ef148
Mark Wells
mark at 420.am
Wed Apr 18 16:37:41 PDT 2012
The branch, FREESIDE_2_3_BRANCH has been updated
via 15a62244adb4e09e8f3d85998fb7bd35ce6ef148 (commit)
from d79c0d9b129507021f6c21f3e5974b2c84fe7d91 (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 15a62244adb4e09e8f3d85998fb7bd35ce6ef148
Author: Mark Wells <mark at freeside.biz>
Date: Wed Apr 18 16:37:34 2012 -0700
fix positioning in cust_msg display, #16189
diff --git a/httemplate/view/cust_msg.html b/httemplate/view/cust_msg.html
index f6ce4c5..1d2d1ef 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