From 28f8c26fa6bdc7e2d187a5e048752c815ca516a2 Mon Sep 17 00:00:00 2001
From: Tristan Cavelier <tristan.cavelier@nexedi.com>
Date: Fri, 13 May 2016 14:43:13 +0000
Subject: [PATCH] erp5_core: fix proxy gadget field title

---
 .../erp5_core/Base_viewFieldLibrary/my_gadget_field.xml         | 2 +-
 .../erp5_core/Base_viewFieldLibrary/my_iframe_gadget_field.xml  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_viewFieldLibrary/my_gadget_field.xml b/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_viewFieldLibrary/my_gadget_field.xml
index 2272639e9d..80bd71cab7 100644
--- a/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_viewFieldLibrary/my_gadget_field.xml
+++ b/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_viewFieldLibrary/my_gadget_field.xml
@@ -229,7 +229,7 @@
                 </item>
                 <item>
                     <key> <string>title</string> </key>
-                    <value> <string>my_gadget_field</string> </value>
+                    <value> <string>Gadget</string> </value>
                 </item>
               </dictionary>
             </value>
diff --git a/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_viewFieldLibrary/my_iframe_gadget_field.xml b/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_viewFieldLibrary/my_iframe_gadget_field.xml
index 931f63eaf5..737d975ccc 100644
--- a/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_viewFieldLibrary/my_iframe_gadget_field.xml
+++ b/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_viewFieldLibrary/my_iframe_gadget_field.xml
@@ -229,7 +229,7 @@
                 </item>
                 <item>
                     <key> <string>title</string> </key>
-                    <value> <string>my_iframe_gadget_field</string> </value>
+                    <value> <string>Iframe Gadget</string> </value>
                 </item>
               </dictionary>
             </value>
-- 
2.30.9