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 b58ae64b020fd40553b542a95c6666e56f1e2bd0..59abe0399f16fe6e32b33c42b07bd19241ea9985 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 c8e188eec77e4d5b1b9a3d884e101578e90712c2..31b5e8f9e2e75dc4b3402e17311c5b62d944d3b7 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 45b1ccee2321964dc98e3f1141ca30e395bfff9f..6dca33d41f092e39af58b262a1918435937931dd 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