diff --git a/bt5/erp5_svg_editor/PathTemplateItem/portal_skins/erp5_web/WebIllustration_viewEditor/text_content.xml b/bt5/erp5_svg_editor/PathTemplateItem/portal_skins/erp5_web/WebIllustration_viewEditor/text_content.xml index c7a97527059a67134ab55661726af64e31156121..aee90db8a2e283b2928dbf93665fa149a65ac1f2 100644 --- a/bt5/erp5_svg_editor/PathTemplateItem/portal_skins/erp5_web/WebIllustration_viewEditor/text_content.xml +++ b/bt5/erp5_svg_editor/PathTemplateItem/portal_skins/erp5_web/WebIllustration_viewEditor/text_content.xml @@ -134,9 +134,7 @@ </item> <item> <key> <string>default</string> </key> - <value> - <persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent> - </value> + <value> <string></string> </value> </item> <item> <key> <string>description</string> </key> @@ -219,11 +217,7 @@ </item> <item> <key> <string>default</string> </key> - <value> <string encoding="cdata"><![CDATA[ - -<iframe name="svgframe" id="svgframe" src="portal_skins/erp5_jquery/plugin/svg-editor/svg-editor.html" width="750" height="600"/> - -]]></string> </value> + <value> <string></string> </value> </item> <item> <key> <string>description</string> </key> @@ -231,7 +225,7 @@ </item> <item> <key> <string>editable</string> </key> - <value> <int>0</int> </value> + <value> <int>1</int> </value> </item> <item> <key> <string>enabled</string> </key> @@ -271,7 +265,7 @@ </item> <item> <key> <string>text_editor</string> </key> - <value> <string>text_area</string> </value> + <value> <string>svg_editor</string> </value> </item> <item> <key> <string>title</string> </key> @@ -295,17 +289,4 @@ </dictionary> </pickle> </record> - <record id="2" aka="AAAAAAAAAAI="> - <pickle> - <global name="TALESMethod" module="Products.Formulator.TALESField"/> - </pickle> - <pickle> - <dictionary> - <item> - <key> <string>_text</string> </key> - <value> <string>here/WebIllustration_renderSVGEditor</string> </value> - </item> - </dictionary> - </pickle> - </record> </ZopeData> diff --git a/bt5/erp5_svg_editor/bt/change_log b/bt5/erp5_svg_editor/bt/change_log index 60f1124a400296a1e19db0874d98b246d52def82..a5b2f9fea87dc6c5526f7deea986b4a4c4ad67bd 100644 --- a/bt5/erp5_svg_editor/bt/change_log +++ b/bt5/erp5_svg_editor/bt/change_log @@ -1,3 +1,6 @@ +2010-11-21 gabriel +* Clear the text_content field to use SVG Editor from EditorField + 2010-11-09 gabriel * Initial implementation to SVG Editor to be supported in EditorField diff --git a/bt5/erp5_svg_editor/bt/revision b/bt5/erp5_svg_editor/bt/revision index 19c7bdba7b1e9bfe80365a50420a6d538ca503c3..25bf17fc5aaabd17402e77a2b16f95fbea7310d2 100644 --- a/bt5/erp5_svg_editor/bt/revision +++ b/bt5/erp5_svg_editor/bt/revision @@ -1 +1 @@ -16 \ No newline at end of file +18 \ No newline at end of file