From 1c27b6fd04ad8f0fd253cda974fb6103597f8701 Mon Sep 17 00:00:00 2001 From: Arnaud Fontaine <arnaud.fontaine@nexedi.com> Date: Fri, 24 Feb 2012 22:07:56 +0900 Subject: [PATCH] In Component view, display the error field with error CSS class to make it more visible. --- .../erp5_core/Component_view/my_error_message_list.xml | 2 +- product/ERP5/bootstrap/erp5_core/bt/change_log | 3 +++ product/ERP5/bootstrap/erp5_core/bt/revision | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Component_view/my_error_message_list.xml b/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Component_view/my_error_message_list.xml index 337c4f3b30..8a88f36d02 100644 --- a/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Component_view/my_error_message_list.xml +++ b/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Component_view/my_error_message_list.xml @@ -215,7 +215,7 @@ </item> <item> <key> <string>css_class</string> </key> - <value> <string></string> </value> + <value> <string>error</string> </value> </item> <item> <key> <string>default</string> </key> diff --git a/product/ERP5/bootstrap/erp5_core/bt/change_log b/product/ERP5/bootstrap/erp5_core/bt/change_log index afd9e10bb6..4e8464bd8c 100644 --- a/product/ERP5/bootstrap/erp5_core/bt/change_log +++ b/product/ERP5/bootstrap/erp5_core/bt/change_log @@ -1,3 +1,6 @@ +2012-02-24 arnaud.fontaine +* In Component view, display the error field with error CSS class to make it more visible. + 2012-02-22 arnaud.fontaine * Split up state and error message into two separate fields. * Always set the Component state to modified upon modification, then check the consistency. diff --git a/product/ERP5/bootstrap/erp5_core/bt/revision b/product/ERP5/bootstrap/erp5_core/bt/revision index 6123aa80b3..89ade5ba7b 100644 --- a/product/ERP5/bootstrap/erp5_core/bt/revision +++ b/product/ERP5/bootstrap/erp5_core/bt/revision @@ -1 +1 @@ -41005 \ No newline at end of file +41006 \ No newline at end of file -- 2.30.9