X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Felements%2Fhtmlarea.html;h=d8b25121ac085cde7c41309b20c7d188eb81e3e3;hb=61a0dc609fd2b7db3571f8f86672481d1e064331;hp=c98993d403dbef6f5299d4af74454e4d81501882;hpb=36ad5e538cb56de33c779e34baf9abdf63c4312e;p=freeside.git diff --git a/httemplate/elements/htmlarea.html b/httemplate/elements/htmlarea.html index c98993d40..d8b25121a 100644 --- a/httemplate/elements/htmlarea.html +++ b/httemplate/elements/htmlarea.html @@ -12,7 +12,7 @@ Example: % #init - % #editor @@ -34,7 +34,8 @@ my $config = { 'startupFocus' => JSON::true, 'skin' => 'kama', 'toolbarCanCollapse' => JSON::true, - 'basePath' => $p.'elements/ckeditor/', + 'removePlugins' => 'elementspath', + 'basePath' => $fsurl.'elements/ckeditor/', 'enterMode' => 2, %{ $opt{config} || {} }, };