From 858d2f0ad0b017e57699d8d954d51bf1d87c471d Mon Sep 17 00:00:00 2001 From: Ivan Tyagov <ivan@nexedi.com> Date: Thu, 20 Sep 2007 06:23:01 +0000 Subject: [PATCH] Move 'erp5_fckeditor' from 'erp5_web' to 'erp5_xhtml_style'. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16487 20353a03-c40f-0410-a6d1-a30d3c3de9de --- bt5/erp5_web/bt/revision | 2 +- bt5/erp5_web/bt/template_skin_id_list | 1 - .../portal_skins/erp5_fckeditor.xml | 38 +++++++++++++++++++ .../erp5_fckeditor/connectorERP5.xml | 0 .../erp5_fckeditor/erp5_editor.css.xml | 7 +++- .../erp5_fckeditor/fckconfig.js.xml | 0 .../fckeditor_wysiwyg_support.xml | 0 .../erp5_fckeditor/resolveUid.xml | 0 .../bootstrap/erp5_xhtml_style/bt/revision | 2 +- .../erp5_xhtml_style/bt/template_skin_id_list | 1 + 10 files changed, 46 insertions(+), 5 deletions(-) create mode 100644 product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_fckeditor.xml rename {bt5/erp5_web => product/ERP5/bootstrap/erp5_xhtml_style}/SkinTemplateItem/portal_skins/erp5_fckeditor/connectorERP5.xml (100%) rename {bt5/erp5_web => product/ERP5/bootstrap/erp5_xhtml_style}/SkinTemplateItem/portal_skins/erp5_fckeditor/erp5_editor.css.xml (99%) rename {bt5/erp5_web => product/ERP5/bootstrap/erp5_xhtml_style}/SkinTemplateItem/portal_skins/erp5_fckeditor/fckconfig.js.xml (100%) rename {bt5/erp5_web => product/ERP5/bootstrap/erp5_xhtml_style}/SkinTemplateItem/portal_skins/erp5_fckeditor/fckeditor_wysiwyg_support.xml (100%) rename {bt5/erp5_web => product/ERP5/bootstrap/erp5_xhtml_style}/SkinTemplateItem/portal_skins/erp5_fckeditor/resolveUid.xml (100%) diff --git a/bt5/erp5_web/bt/revision b/bt5/erp5_web/bt/revision index 9d0f8afde3..72b67e0ede 100644 --- a/bt5/erp5_web/bt/revision +++ b/bt5/erp5_web/bt/revision @@ -1 +1 @@ -578 \ No newline at end of file +579 \ No newline at end of file diff --git a/bt5/erp5_web/bt/template_skin_id_list b/bt5/erp5_web/bt/template_skin_id_list index 69023a4612..27de78cd3e 100644 --- a/bt5/erp5_web/bt/template_skin_id_list +++ b/bt5/erp5_web/bt/template_skin_id_list @@ -1,4 +1,3 @@ -erp5_fckeditor erp5_web erp5_web_default_theme erp5_web_widget_library \ No newline at end of file diff --git a/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_fckeditor.xml b/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_fckeditor.xml new file mode 100644 index 0000000000..90ca62f8b6 --- /dev/null +++ b/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_fckeditor.xml @@ -0,0 +1,38 @@ +<?xml version="1.0"?> +<ZopeData> + <record id="1" aka="AAAAAAAAAAE="> + <pickle> + <tuple> + <tuple> + <string>OFS.Folder</string> + <string>Folder</string> + </tuple> + <none/> + </tuple> + </pickle> + <pickle> + <dictionary> + <item> + <key> <string>__ac_local_roles__</string> </key> + <value> + <none/> + </value> + </item> + <item> + <key> <string>_objects</string> </key> + <value> + <tuple/> + </value> + </item> + <item> + <key> <string>id</string> </key> + <value> <string>erp5_fckeditor</string> </value> + </item> + <item> + <key> <string>title</string> </key> + <value> <string>erp5 connectors for FCKeditor</string> </value> + </item> + </dictionary> + </pickle> + </record> +</ZopeData> diff --git a/bt5/erp5_web/SkinTemplateItem/portal_skins/erp5_fckeditor/connectorERP5.xml b/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_fckeditor/connectorERP5.xml similarity index 100% rename from bt5/erp5_web/SkinTemplateItem/portal_skins/erp5_fckeditor/connectorERP5.xml rename to product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_fckeditor/connectorERP5.xml diff --git a/bt5/erp5_web/SkinTemplateItem/portal_skins/erp5_fckeditor/erp5_editor.css.xml b/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_fckeditor/erp5_editor.css.xml similarity index 99% rename from bt5/erp5_web/SkinTemplateItem/portal_skins/erp5_fckeditor/erp5_editor.css.xml rename to product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_fckeditor/erp5_editor.css.xml index cab3407412..09f8b49a9b 100644 --- a/bt5/erp5_web/SkinTemplateItem/portal_skins/erp5_fckeditor/erp5_editor.css.xml +++ b/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_fckeditor/erp5_editor.css.xml @@ -3,8 +3,11 @@ <record id="1" aka="AAAAAAAAAAE="> <pickle> <tuple> - <global name="DTMLDocument" module="OFS.DTMLDocument"/> - <tuple/> + <tuple> + <string>OFS.DTMLDocument</string> + <string>DTMLDocument</string> + </tuple> + <none/> </tuple> </pickle> <pickle> diff --git a/bt5/erp5_web/SkinTemplateItem/portal_skins/erp5_fckeditor/fckconfig.js.xml b/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_fckeditor/fckconfig.js.xml similarity index 100% rename from bt5/erp5_web/SkinTemplateItem/portal_skins/erp5_fckeditor/fckconfig.js.xml rename to product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_fckeditor/fckconfig.js.xml diff --git a/bt5/erp5_web/SkinTemplateItem/portal_skins/erp5_fckeditor/fckeditor_wysiwyg_support.xml b/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_fckeditor/fckeditor_wysiwyg_support.xml similarity index 100% rename from bt5/erp5_web/SkinTemplateItem/portal_skins/erp5_fckeditor/fckeditor_wysiwyg_support.xml rename to product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_fckeditor/fckeditor_wysiwyg_support.xml diff --git a/bt5/erp5_web/SkinTemplateItem/portal_skins/erp5_fckeditor/resolveUid.xml b/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_fckeditor/resolveUid.xml similarity index 100% rename from bt5/erp5_web/SkinTemplateItem/portal_skins/erp5_fckeditor/resolveUid.xml rename to product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_fckeditor/resolveUid.xml diff --git a/product/ERP5/bootstrap/erp5_xhtml_style/bt/revision b/product/ERP5/bootstrap/erp5_xhtml_style/bt/revision index 2738497468..ce163e7b6b 100644 --- a/product/ERP5/bootstrap/erp5_xhtml_style/bt/revision +++ b/product/ERP5/bootstrap/erp5_xhtml_style/bt/revision @@ -1 +1 @@ -439 \ No newline at end of file +440 \ No newline at end of file diff --git a/product/ERP5/bootstrap/erp5_xhtml_style/bt/template_skin_id_list b/product/ERP5/bootstrap/erp5_xhtml_style/bt/template_skin_id_list index e860a26de2..418106f300 100644 --- a/product/ERP5/bootstrap/erp5_xhtml_style/bt/template_skin_id_list +++ b/product/ERP5/bootstrap/erp5_xhtml_style/bt/template_skin_id_list @@ -1,2 +1,3 @@ +erp5_fckeditor erp5_html_compatibility erp5_xhtml_style \ No newline at end of file -- 2.30.9