diff options
author | Ivan Kohler <ivan@freeside.biz> | 2013-03-19 17:44:57 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2013-03-19 17:44:57 -0700 |
commit | 5528f6bb00a3a7aa69b14acff8456c73edff50de (patch) | |
tree | a0bc5a539a4ed5b0ef4526c49a273b296a1e6105 | |
parent | 7bd0d379405922c9d64474b305c57ae17de0ea41 (diff) |
size email customer editor better
-rw-r--r-- | httemplate/misc/email-customers.html | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/httemplate/misc/email-customers.html b/httemplate/misc/email-customers.html index d26e40298..fcd79d7f8 100644 --- a/httemplate/misc/email-customers.html +++ b/httemplate/misc/email-customers.html @@ -120,9 +120,11 @@ Template: <TR> <TD ALIGN="right" VALIGN="top" STYLE="padding-top:3px">Message: </TD> - <TD><& '/elements/htmlarea.html', - 'field' => 'html_body', - 'width' => 600 &></TD> + <TD><& /elements/htmlarea.html, + 'field' => 'html_body', + 'width' => 763, + &> + </TD> </TR> </TABLE> |