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 337c4f3b30e4d3b43f8c0e11ce63a0aa221184d0..8a88f36d023e207118a573e68a3469bbbe4a3d7d 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 afd9e10bb68d86ffeefea31ab55c0c3c4108125e..4e8464bd8c4c2fe4d0dc89d6528507642a7f84bd 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 6123aa80b31d46562b8417a429795f981e003b5f..89ade5ba7b4bb065d1bb4595a595fb7fe309f4d1 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