From 846fdd72d780612c294c48e487cc33c066dcb1a9 Mon Sep 17 00:00:00 2001 From: Nicolas Delaby <nicolas@nexedi.com> Date: Fri, 14 May 2010 14:17:56 +0000 Subject: [PATCH] replace my_text_format by my_content_type field git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35355 20353a03-c40f-0410-a6d1-a30d3c3de9de --- .../erp5_base/NotificationMessage_viewEditor.xml | 2 +- .../{my_text_format.xml => my_content_type.xml} | 12 +++--------- bt5/erp5_base/bt/revision | 2 +- 3 files changed, 5 insertions(+), 11 deletions(-) rename bt5/erp5_base/SkinTemplateItem/portal_skins/erp5_base/NotificationMessage_viewEditor/{my_text_format.xml => my_content_type.xml} (88%) diff --git a/bt5/erp5_base/SkinTemplateItem/portal_skins/erp5_base/NotificationMessage_viewEditor.xml b/bt5/erp5_base/SkinTemplateItem/portal_skins/erp5_base/NotificationMessage_viewEditor.xml index b58ae64b02..59abe0399f 100644 --- a/bt5/erp5_base/SkinTemplateItem/portal_skins/erp5_base/NotificationMessage_viewEditor.xml +++ b/bt5/erp5_base/SkinTemplateItem/portal_skins/erp5_base/NotificationMessage_viewEditor.xml @@ -91,7 +91,7 @@ <key> <string>left (Page Properties)</string> </key> <value> <list> - <string>my_text_format</string> + <string>my_content_type</string> <string>my_text_content_substitution_mapping_method_id</string> </list> </value> diff --git a/bt5/erp5_base/SkinTemplateItem/portal_skins/erp5_base/NotificationMessage_viewEditor/my_text_format.xml b/bt5/erp5_base/SkinTemplateItem/portal_skins/erp5_base/NotificationMessage_viewEditor/my_content_type.xml similarity index 88% rename from bt5/erp5_base/SkinTemplateItem/portal_skins/erp5_base/NotificationMessage_viewEditor/my_text_format.xml rename to bt5/erp5_base/SkinTemplateItem/portal_skins/erp5_base/NotificationMessage_viewEditor/my_content_type.xml index c8e188eec7..31b5e8f9e2 100644 --- a/bt5/erp5_base/SkinTemplateItem/portal_skins/erp5_base/NotificationMessage_viewEditor/my_text_format.xml +++ b/bt5/erp5_base/SkinTemplateItem/portal_skins/erp5_base/NotificationMessage_viewEditor/my_content_type.xml @@ -12,14 +12,12 @@ <item> <key> <string>delegated_list</string> </key> <value> - <list> - <string>title</string> - </list> + <list/> </value> </item> <item> <key> <string>id</string> </key> - <value> <string>my_text_format</string> </value> + <value> <string>my_content_type</string> </value> </item> <item> <key> <string>message_values</string> </key> @@ -76,7 +74,7 @@ <dictionary> <item> <key> <string>field_id</string> </key> - <value> <string>my_text_format</string> </value> + <value> <string>my_content_type</string> </value> </item> <item> <key> <string>form_id</string> </key> @@ -86,10 +84,6 @@ <key> <string>target</string> </key> <value> <string>Click to edit the target</string> </value> </item> - <item> - <key> <string>title</string> </key> - <value> <string>Content format</string> </value> - </item> </dictionary> </value> </item> diff --git a/bt5/erp5_base/bt/revision b/bt5/erp5_base/bt/revision index 45b1ccee23..6dca33d41f 100644 --- a/bt5/erp5_base/bt/revision +++ b/bt5/erp5_base/bt/revision @@ -1 +1 @@ -741 \ No newline at end of file +742 \ No newline at end of file -- 2.30.9