fix positioning in cust_msg display, #16189
authorMark Wells <mark@freeside.biz>
Wed, 18 Apr 2012 23:37:23 +0000 (16:37 -0700)
committerMark Wells <mark@freeside.biz>
Wed, 18 Apr 2012 23:37:23 +0000 (16:37 -0700)
httemplate/view/cust_msg.html

index ec58460..67ceef7 100755 (executable)
@@ -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) %>