Merge branch 'master' of git.freeside.biz:/home/git/freeside
[freeside.git] / httemplate / edit / cust_main_note.cgi
index a089db2..9ae29c2 100755 (executable)
     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,
+                         },
     &>
 % }