From fccb0009d3b5ea3b07364520754d6f956cdeb861 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Sat, 11 Jul 2015 23:10:12 -0700 Subject: [PATCH] note UI --- httemplate/edit/cust_main_note.cgi | 8 ++++++-- httemplate/elements/htmlarea.html | 1 + 2 files changed, 7 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 /
| /, $comment %> % } 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, + }, &> % } diff --git a/httemplate/elements/htmlarea.html b/httemplate/elements/htmlarea.html index c98993d40..7c40e61c7 100644 --- a/httemplate/elements/htmlarea.html +++ b/httemplate/elements/htmlarea.html @@ -34,6 +34,7 @@ my $config = { 'startupFocus' => JSON::true, 'skin' => 'kama', 'toolbarCanCollapse' => JSON::true, + 'removePlugins' => 'elementspath', 'basePath' => $p.'elements/ckeditor/', 'enterMode' => 2, %{ $opt{config} || {} }, -- 2.11.0