summaryrefslogtreecommitdiff
path: root/httemplate/edit/cust_main_note.cgi
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate/edit/cust_main_note.cgi')
-rwxr-xr-xhttemplate/edit/cust_main_note.cgi8
1 files changed, 6 insertions, 2 deletions
diff --git a/httemplate/edit/cust_main_note.cgi b/httemplate/edit/cust_main_note.cgi
index a089db2d1..9ae29c2f1 100755
--- a/httemplate/edit/cust_main_note.cgi
+++ b/httemplate/edit/cust_main_note.cgi
@@ -23,8 +23,12 @@
join '', split /<br \/>|&nbsp;/, $comment
%></TEXTAREA>
% } else {
- <& /elements/htmlarea.html, 'field' => 'comment_html',
- 'curr_value' => $comment
+ <& /elements/htmlarea.html,
+ 'field' => 'comment_html',
+ 'curr_value' => $comment,
+ 'config' => { toolbarStartupExpanded => JSON::false,
+ height => 315,
+ },
&>
% }