From 5238d1e15f2e3fae324c7256ddb4f18ac1b88e2a Mon Sep 17 00:00:00 2001
From: Arnaud Fontaine <arnaud.fontaine@nexedi.com>
Date: Fri, 24 Feb 2012 22:10:04 +0900
Subject: [PATCH] In Component view, show the error field in the left.

---
 .../SkinTemplateItem/portal_skins/erp5_core/Component_view.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.xml b/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Component_view.xml
index 5a063ba309..468fa24efd 100644
--- a/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Component_view.xml
+++ b/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Component_view.xml
@@ -98,6 +98,7 @@
                         <string>my_id</string>
                         <string>my_reference</string>
                         <string>my_version</string>
+                        <string>my_error_message_list</string>
                       </list>
                     </value>
                 </item>
@@ -107,7 +108,6 @@
                       <list>
                         <string>my_description</string>
                         <string>my_translated_validation_state_title</string>
-                        <string>my_error_message_list</string>
                       </list>
                     </value>
                 </item>
diff --git a/product/ERP5/bootstrap/erp5_core/bt/change_log b/product/ERP5/bootstrap/erp5_core/bt/change_log
index 4e8464bd8c..dd6cd22f48 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, show the error field in the left.
+
 2012-02-24 arnaud.fontaine
 * In Component view, display the error field with error CSS class to make it more visible.
 
diff --git a/product/ERP5/bootstrap/erp5_core/bt/revision b/product/ERP5/bootstrap/erp5_core/bt/revision
index 89ade5ba7b..f2bec4fc39 100644
--- a/product/ERP5/bootstrap/erp5_core/bt/revision
+++ b/product/ERP5/bootstrap/erp5_core/bt/revision
@@ -1 +1 @@
-41006
\ No newline at end of file
+41007
\ No newline at end of file
-- 
2.30.9