[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kupu-checkins
Subject:    [kupu-checkins] r14574 - kupu/trunk/kupu/plone/kupu_plone_layer
From:       duncan () codespeak ! net
Date:       2005-07-12 20:14:30
Message-ID: 20050712201430.0ACCF27B53 () code1 ! codespeak ! net
[Download RAW message or body]

Author: duncan
Date: Tue Jul 12 22:14:28 2005
New Revision: 14574

Modified:
   kupu/trunk/kupu/plone/kupu_plone_layer/wysiwyg_support.pt
Log:
Add support for fck editor's naming scheme.

Modified: kupu/trunk/kupu/plone/kupu_plone_layer/wysiwyg_support.pt
==============================================================================
--- kupu/trunk/kupu/plone/kupu_plone_layer/wysiwyg_support.pt	(original)
+++ kupu/trunk/kupu/plone/kupu_plone_layer/wysiwyg_support.pt	Tue Jul 12 22:14:28 \
2005 @@ -3,7 +3,8 @@
 <!-- wysiwyg multiplexing widget, this allows for both Epoz and Kupu to coexist -->
 
 <div metal:define-macro="wysiwygEditorBox">
-  <tal:block define="editor python: \
member.getProperty('wysiwyg_editor','').lower().replace(' ', '_'); +  <tal:block \
define="editor python: member.getProperty('wysiwyg_editor','').lower(); +        \
                editor python: test(editor=='fck editor', 'editor_fck', editor);
         support python: \
path('nocall:here/%s_wysiwyg_support|here/%s/wysiwyg_support|here/plone_wysiwyg/wysiwyg_support' \
% (editor, editor));"  on-error="string:Kupu not installed correctly: \
${error/value}">  <metal:block metal:use-macro="support/macros/wysiwygEditorBox">
@@ -14,6 +15,7 @@
 
 <div metal:define-macro="textFormatSelector">
   <tal:block define="editor python: \
member.getProperty('wysiwyg_editor','').lower().replace(' ', '_'); +        editor \
                python: test(editor=='fck editor', 'editor_fck', editor);
         support python: \
path('nocall:here/%s_wysiwyg_support|here/%s/wysiwyg_support|here/plone_wysiwyg/wysiwyg_support' \
% (editor, editor));"  on-error="string:Kupu not installed correctly: \
${error/value}">  <metal:block metal:use-macro="support/macros/textFormatSelector">


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic