X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fedit%2Fcust_main_note.cgi;h=c295e0d7a620652467e9a0ac9f03a87b8898c3a1;hb=ecf1c9cc0a20be6e489657e005ea771977b9f69c;hp=a089db2d131cd539027d95a0d5c2e1a84df01dcd;hpb=2e4fa975e054554beac71883436b143267d7aa12;p=freeside.git diff --git a/httemplate/edit/cust_main_note.cgi b/httemplate/edit/cust_main_note.cgi index a089db2d1..c295e0d7a 100755 --- a/httemplate/edit/cust_main_note.cgi +++ b/httemplate/edit/cust_main_note.cgi @@ -23,8 +23,12 @@ join '', split /
| /, $comment %> % } else { - <& /elements/htmlarea.html, 'field' => 'comment_html', - 'curr_value' => $comment + <& /elements/htmlarea.html, + 'field' => 'comment_html', + 'curr_value' => $comment, + 'config' => { toolbarStartupExpanded => Cpanel::JSON::XS::false, + height => 315, + }, &> % }