From bd23f2d39a812debaa19e9f7684321b8484681de Mon Sep 17 00:00:00 2001 From: Fabien Morin <fabien@nexedi.com> Date: Fri, 2 Oct 2009 11:53:01 +0000 Subject: [PATCH] fix some small problems : some form group were not good, some field sizes too git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29374 20353a03-c40f-0410-a6d1-a30d3c3de9de --- .../erp5_pdm/Consumption_viewQuantity.xml | 18 +++++++++--------- ...Resource_viewDefaultSupplyLineReference.xml | 8 ++++---- .../my_comment.xml | 2 +- .../erp5_pdm/Resource_viewInstructions.xml | 4 ++-- bt5/erp5_pdm/bt/revision | 2 +- 5 files changed, 17 insertions(+), 17 deletions(-) diff --git a/bt5/erp5_pdm/SkinTemplateItem/portal_skins/erp5_pdm/Consumption_viewQuantity.xml b/bt5/erp5_pdm/SkinTemplateItem/portal_skins/erp5_pdm/Consumption_viewQuantity.xml index 863085a96f..832af7b08c 100644 --- a/bt5/erp5_pdm/SkinTemplateItem/portal_skins/erp5_pdm/Consumption_viewQuantity.xml +++ b/bt5/erp5_pdm/SkinTemplateItem/portal_skins/erp5_pdm/Consumption_viewQuantity.xml @@ -52,7 +52,7 @@ <key> <string>group_list</string> </key> <value> <list> - <string>Default</string> + <string>left</string> <string>right</string> <string>center</string> <string>bottom</string> @@ -64,14 +64,6 @@ <key> <string>groups</string> </key> <value> <dictionary> - <item> - <key> <string>Default</string> </key> - <value> - <list> - <string>my_title</string> - </list> - </value> - </item> <item> <key> <string>bottom</string> </key> <value> @@ -96,6 +88,14 @@ </list> </value> </item> + <item> + <key> <string>left</string> </key> + <value> + <list> + <string>my_title</string> + </list> + </value> + </item> <item> <key> <string>right</string> </key> <value> diff --git a/bt5/erp5_pdm/SkinTemplateItem/portal_skins/erp5_pdm/Resource_viewDefaultSupplyLineReference.xml b/bt5/erp5_pdm/SkinTemplateItem/portal_skins/erp5_pdm/Resource_viewDefaultSupplyLineReference.xml index ac0b0a284a..8bfaca33a7 100644 --- a/bt5/erp5_pdm/SkinTemplateItem/portal_skins/erp5_pdm/Resource_viewDefaultSupplyLineReference.xml +++ b/bt5/erp5_pdm/SkinTemplateItem/portal_skins/erp5_pdm/Resource_viewDefaultSupplyLineReference.xml @@ -76,9 +76,7 @@ <item> <key> <string>center</string> </key> <value> - <list> - <string>my_comment</string> - </list> + <list/> </value> </item> <item> @@ -102,7 +100,9 @@ <item> <key> <string>right</string> </key> <value> - <list/> + <list> + <string>my_comment</string> + </list> </value> </item> </dictionary> diff --git a/bt5/erp5_pdm/SkinTemplateItem/portal_skins/erp5_pdm/Resource_viewDefaultSupplyLineReference/my_comment.xml b/bt5/erp5_pdm/SkinTemplateItem/portal_skins/erp5_pdm/Resource_viewDefaultSupplyLineReference/my_comment.xml index fbd49344dc..184fadea85 100644 --- a/bt5/erp5_pdm/SkinTemplateItem/portal_skins/erp5_pdm/Resource_viewDefaultSupplyLineReference/my_comment.xml +++ b/bt5/erp5_pdm/SkinTemplateItem/portal_skins/erp5_pdm/Resource_viewDefaultSupplyLineReference/my_comment.xml @@ -272,7 +272,7 @@ </item> <item> <key> <string>width</string> </key> - <value> <int>80</int> </value> + <value> <int>40</int> </value> </item> </dictionary> </value> diff --git a/bt5/erp5_pdm/SkinTemplateItem/portal_skins/erp5_pdm/Resource_viewInstructions.xml b/bt5/erp5_pdm/SkinTemplateItem/portal_skins/erp5_pdm/Resource_viewInstructions.xml index fb05252be5..d8d4c54e88 100644 --- a/bt5/erp5_pdm/SkinTemplateItem/portal_skins/erp5_pdm/Resource_viewInstructions.xml +++ b/bt5/erp5_pdm/SkinTemplateItem/portal_skins/erp5_pdm/Resource_viewInstructions.xml @@ -52,7 +52,7 @@ <key> <string>group_list</string> </key> <value> <list> - <string>Default</string> + <string>left</string> </list> </value> </item> @@ -61,7 +61,7 @@ <value> <dictionary> <item> - <key> <string>Default</string> </key> + <key> <string>left</string> </key> <value> <list> <string>my_instructions</string> diff --git a/bt5/erp5_pdm/bt/revision b/bt5/erp5_pdm/bt/revision index 4b74f2216d..832f62a3cb 100644 --- a/bt5/erp5_pdm/bt/revision +++ b/bt5/erp5_pdm/bt/revision @@ -1 +1 @@ -338 \ No newline at end of file +339 \ No newline at end of file -- 2.30.9