[Erp5-report] r28490 - in /erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style: SkinTemplat...

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Aug 20 13:55:09 CEST 2009


Author: romain
Date: Thu Aug 20 13:55:07 2009
New Revision: 28490

URL: http://svn.erp5.org?rev=28490&view=rev
Log:
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.

Modified:
    erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_fckeditor/fckeditor_wysiwyg_support.xml
    erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/revision

Modified: erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_fckeditor/fckeditor_wysiwyg_support.xml
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_fckeditor/fckeditor_wysiwyg_support.xml?rev=28490&r1=28489&r2=28490&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_fckeditor/fckeditor_wysiwyg_support.xml [utf8] (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_fckeditor/fckeditor_wysiwyg_support.xml [utf8] Thu Aug 20 13:55:07 2009
@@ -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

Modified: erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/revision
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/revision?rev=28490&r1=28489&r2=28490&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/revision [utf8] (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/revision [utf8] Thu Aug 20 13:55:07 2009
@@ -1,1 +1,1 @@
-809
+813




More information about the Erp5-report mailing list