Commit 3e87dbe2 authored by Jean-Paul Smets's avatar Jean-Paul Smets

Base should be set to the current document although this makes the loading of...

Base should be set to the current document although this makes the loading of fck much slower for icons. Improvement needed.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@12230 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 19e0f022
......@@ -79,11 +79,11 @@
<!--\n
var oFCKeditor = new FCKeditor(\'${inputname}\');\n
var pathUser = \'${path_user}/\';\n
oFCKeditor.BasePath = \'${portal_path}\';\n
oFCKeditor.BasePath = \'${path_user}\';\n
oFCKeditor.Value = \'${cleaninput}\';\n
\n
// set the css for editor area\n
oFCKeditor.Config[\'EditorAreaCSS\'] = \'${portal_path}/erp5_editor.css\';\n
oFCKeditor.Config[\'EditorAreaCSS\'] = \'${portal_path}erp5_editor.css\';\n
\n
// editor appearance\n
oFCKeditor.ToolbarSet = \'ERP5WebZopeCmf\';\n
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment