Commit 7204c691 authored by Romain Courteaud's avatar Romain Courteaud

Change FCKeditor's BasePath, in order to fetch all media files (image, js)...

Change FCKeditor's BasePath, in order to fetch all media files (image, js) from the portal and not from the context. It will allow to cache them.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28490 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 3f20a34b
......@@ -67,7 +67,7 @@
<!--\n
var oFCKeditor = new FCKeditor(\'${inputname}\');\n
var pathUser = \'${path_user}/\';\n
oFCKeditor.BasePath = \'${path_user}/\';\n
oFCKeditor.BasePath = \'${portal_url}/\';\n
oFCKeditor.Value = \'${cleaninput}\';\n
\n
// set the base url for relative paths\n
......
809
\ No newline at end of file
813
\ No newline at end of file
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