From 2e0f40ccb6f7d1191ae0e03a0e7b723b916bd164 Mon Sep 17 00:00:00 2001 From: Jean-Paul Smets <jp@nexedi.com> Date: Sun, 13 Sep 2009 13:14:25 +0000 Subject: [PATCH] Use of proxyficated definition rather than local definition. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29003 20353a03-c40f-0410-a6d1-a30d3c3de9de --- .../WebPage_viewEditor/my_text_content.xml | 43 +++++++++---------- bt5/erp5_web/bt/revision | 2 +- 2 files changed, 21 insertions(+), 24 deletions(-) diff --git a/bt5/erp5_web/SkinTemplateItem/portal_skins/erp5_web/WebPage_viewEditor/my_text_content.xml b/bt5/erp5_web/SkinTemplateItem/portal_skins/erp5_web/WebPage_viewEditor/my_text_content.xml index 56b5671183..ce2dd71516 100644 --- a/bt5/erp5_web/SkinTemplateItem/portal_skins/erp5_web/WebPage_viewEditor/my_text_content.xml +++ b/bt5/erp5_web/SkinTemplateItem/portal_skins/erp5_web/WebPage_viewEditor/my_text_content.xml @@ -13,12 +13,11 @@ <key> <string>delegated_list</string> </key> <value> <list> + <string>default</string> <string>description</string> - <string>title</string> <string>editable</string> <string>height</string> - <string>text_editor</string> - <string>default</string> + <string>title</string> </list> </value> </item> @@ -66,6 +65,14 @@ <persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent> </value> </item> + <item> + <key> <string>description</string> </key> + <value> <string></string> </value> + </item> + <item> + <key> <string>editable</string> </key> + <value> <string></string> </value> + </item> <item> <key> <string>field_id</string> </key> <value> <string></string> </value> @@ -74,15 +81,17 @@ <key> <string>form_id</string> </key> <value> <string></string> </value> </item> + <item> + <key> <string>height</string> </key> + <value> <string></string> </value> + </item> <item> <key> <string>target</string> </key> <value> <string></string> </value> </item> <item> - <key> <string>text_editor</string> </key> - <value> - <persistent> <string encoding="base64">AAAAAAAAAAM=</string> </persistent> - </value> + <key> <string>title</string> </key> + <value> <string></string> </value> </item> </dictionary> </value> @@ -91,6 +100,10 @@ <key> <string>values</string> </key> <value> <dictionary> + <item> + <key> <string>default</string> </key> + <value> <string></string> </value> + </item> <item> <key> <string>description</string> </key> <value> <string>Content of the web page</string> </value> @@ -141,20 +154,4 @@ </dictionary> </pickle> </record> - <record id="3" aka="AAAAAAAAAAM="> - <pickle> - <tuple> - <global name="TALESMethod" module="Products.Formulator.TALESField"/> - <tuple/> - </tuple> - </pickle> - <pickle> - <dictionary> - <item> - <key> <string>_text</string> </key> - <value> <string>python: here.getTextFormat() == \'text/html\' and here.portal_preferences.getPreferredTextEditor() or \'text_area\'</string> </value> - </item> - </dictionary> - </pickle> - </record> </ZopeData> diff --git a/bt5/erp5_web/bt/revision b/bt5/erp5_web/bt/revision index 707e257499..2cda7945ff 100644 --- a/bt5/erp5_web/bt/revision +++ b/bt5/erp5_web/bt/revision @@ -1 +1 @@ -853 \ No newline at end of file +852 \ No newline at end of file -- 2.30.9