From 2b05ccfe5f2f970167a2071888f95136c08a84ae Mon Sep 17 00:00:00 2001 From: Romain Courteaud <romain@nexedi.com> Date: Thu, 14 Sep 2006 11:55:13 +0000 Subject: [PATCH] Entity_viewFinancialInformationList now uses 4 groups. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@9909 20353a03-c40f-0410-a6d1-a30d3c3de9de --- .../Entity_viewFinancialInformationList.xml | 16 +++++++++++++++- .../my_title.xml | 6 ++++++ 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/bt5/erp5_base/SkinTemplateItem/portal_skins/erp5_base/Entity_viewFinancialInformationList.xml b/bt5/erp5_base/SkinTemplateItem/portal_skins/erp5_base/Entity_viewFinancialInformationList.xml index 2162b48bf4..df10dd6f12 100644 --- a/bt5/erp5_base/SkinTemplateItem/portal_skins/erp5_base/Entity_viewFinancialInformationList.xml +++ b/bt5/erp5_base/SkinTemplateItem/portal_skins/erp5_base/Entity_viewFinancialInformationList.xml @@ -68,6 +68,8 @@ <value> <list> <string>left</string> + <string>right</string> + <string>center</string> <string>bottom</string> </list> </value> @@ -77,13 +79,19 @@ <value> <dictionary> <item> - <key> <string>bottom</string> </key> + <key> <string>bottom</string> </key> <value> <list> <string>listbox</string> </list> </value> </item> + <item> + <key> <string>center</string> </key> + <value> + <list/> + </value> + </item> <item> <key> <string>left</string> </key> <value> @@ -92,6 +100,12 @@ </list> </value> </item> + <item> + <key> <string>right</string> </key> + <value> + <list/> + </value> + </item> </dictionary> </value> </item> diff --git a/bt5/erp5_base/SkinTemplateItem/portal_skins/erp5_base/Entity_viewFinancialInformationList/my_title.xml b/bt5/erp5_base/SkinTemplateItem/portal_skins/erp5_base/Entity_viewFinancialInformationList/my_title.xml index 381beb3ed3..6ce5f670b3 100644 --- a/bt5/erp5_base/SkinTemplateItem/portal_skins/erp5_base/Entity_viewFinancialInformationList/my_title.xml +++ b/bt5/erp5_base/SkinTemplateItem/portal_skins/erp5_base/Entity_viewFinancialInformationList/my_title.xml @@ -12,6 +12,12 @@ </pickle> <pickle> <dictionary> + <item> + <key> <string>_owner</string> </key> + <value> + <none/> + </value> + </item> <item> <key> <string>id</string> </key> <value> <string>my_title</string> </value> -- 2.30.9