[Erp5-report] r12230 - /erp5/trunk/bt5/erp5_web/SkinTemplateItem/portal_skins/erp5_fckeditor/
nobody at svn.erp5.org
nobody at svn.erp5.org
Tue Jan 23 20:48:12 CET 2007
Author: jp
Date: Tue Jan 23 20:48:11 2007
New Revision: 12230
URL: http://svn.erp5.org?rev=12230&view=rev
Log:
Base should be set to the current document although this makes the loading of fck much slower for icons. Improvement needed.
Modified:
erp5/trunk/bt5/erp5_web/SkinTemplateItem/portal_skins/erp5_fckeditor/fckeditor_wysiwyg_support.xml
Modified: erp5/trunk/bt5/erp5_web/SkinTemplateItem/portal_skins/erp5_fckeditor/fckeditor_wysiwyg_support.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_web/SkinTemplateItem/portal_skins/erp5_fckeditor/fckeditor_wysiwyg_support.xml?rev=12230&r1=12229&r2=12230&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_web/SkinTemplateItem/portal_skins/erp5_fckeditor/fckeditor_wysiwyg_support.xml (original)
+++ erp5/trunk/bt5/erp5_web/SkinTemplateItem/portal_skins/erp5_fckeditor/fckeditor_wysiwyg_support.xml Tue Jan 23 20:48:11 2007
@@ -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
More information about the Erp5-report
mailing list