From c0e00263180aa2d05ae24a55dfa84e5e1187110b Mon Sep 17 00:00:00 2001 From: Fabien Morin <fabien@nexedi.com> Date: Mon, 28 Sep 2009 11:31:03 +0000 Subject: [PATCH] The only group in module forms should be bottom, not Default. Rename all module forms in this way git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29200 20353a03-c40f-0410-a6d1-a30d3c3de9de --- .../portal_types/Apparel%20Bath%20Module.xml | 59 +++++++++++++++++++ ...rtmentModule_viewApparelAssortmentList.xml | 4 +- .../ApparelBathModule_viewApparelBathList.xml | 4 +- ...pparelClothModule_viewApparelClothList.xml | 4 +- ...RangeModule_viewApparelColourRangeList.xml | 4 +- ...mponentModule_viewApparelComponentList.xml | 4 +- ...ptionModule_viewApparelConsumptionList.xml | 4 +- ...icItemModule_viewApparelFabricItemList.xml | 4 +- ...arelFabricModule_viewApparelFabricList.xml | 4 +- ...ementModule_viewApparelMeasurementList.xml | 4 +- ...pparelModelModule_viewApparelModelList.xml | 4 +- ...pparelShapeModule_viewApparelShapeList.xml | 4 +- .../ApparelSizeModule_viewApparelSizeList.xml | 4 +- ...onModule_viewApparelTransformationList.xml | 4 +- bt5/erp5_apparel/bt/revision | 2 +- 15 files changed, 86 insertions(+), 27 deletions(-) diff --git a/bt5/erp5_apparel/PortalTypeTemplateItem/portal_types/Apparel%20Bath%20Module.xml b/bt5/erp5_apparel/PortalTypeTemplateItem/portal_types/Apparel%20Bath%20Module.xml index e2fcc25c6f..a2abae4344 100644 --- a/bt5/erp5_apparel/PortalTypeTemplateItem/portal_types/Apparel%20Bath%20Module.xml +++ b/bt5/erp5_apparel/PortalTypeTemplateItem/portal_types/Apparel%20Bath%20Module.xml @@ -21,6 +21,25 @@ <dictionary/> </value> </item> + <item> + <key> <string>_property_domain_dict</string> </key> + <value> + <dictionary> + <item> + <key> <string>short_title</string> </key> + <value> + <persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent> + </value> + </item> + <item> + <key> <string>title</string> </key> + <value> + <persistent> <string encoding="base64">AAAAAAAAAAM=</string> </persistent> + </value> + </item> + </dictionary> + </value> + </item> <item> <key> <string>_roles</string> </key> <value> @@ -107,4 +126,44 @@ be a problem).</string> </value> </dictionary> </pickle> </record> + <record id="2" aka="AAAAAAAAAAI="> + <pickle> + <tuple> + <global name="TranslationInformation" module="Products.ERP5Type.TranslationProviderBase"/> + <tuple/> + </tuple> + </pickle> + <pickle> + <dictionary> + <item> + <key> <string>domain_name</string> </key> + <value> <string>erp5_content</string> </value> + </item> + <item> + <key> <string>property_name</string> </key> + <value> <string>short_title</string> </value> + </item> + </dictionary> + </pickle> + </record> + <record id="3" aka="AAAAAAAAAAM="> + <pickle> + <tuple> + <global name="TranslationInformation" module="Products.ERP5Type.TranslationProviderBase"/> + <tuple/> + </tuple> + </pickle> + <pickle> + <dictionary> + <item> + <key> <string>domain_name</string> </key> + <value> <string>erp5_content</string> </value> + </item> + <item> + <key> <string>property_name</string> </key> + <value> <string>title</string> </value> + </item> + </dictionary> + </pickle> + </record> </ZopeData> diff --git a/bt5/erp5_apparel/SkinTemplateItem/portal_skins/erp5_apparel/ApparelAssortmentModule_viewApparelAssortmentList.xml b/bt5/erp5_apparel/SkinTemplateItem/portal_skins/erp5_apparel/ApparelAssortmentModule_viewApparelAssortmentList.xml index 222e8e4e26..4ac13d8f62 100644 --- a/bt5/erp5_apparel/SkinTemplateItem/portal_skins/erp5_apparel/ApparelAssortmentModule_viewApparelAssortmentList.xml +++ b/bt5/erp5_apparel/SkinTemplateItem/portal_skins/erp5_apparel/ApparelAssortmentModule_viewApparelAssortmentList.xml @@ -52,7 +52,7 @@ <key> <string>group_list</string> </key> <value> <list> - <string>Default</string> + <string>bottom</string> </list> </value> </item> @@ -61,7 +61,7 @@ <value> <dictionary> <item> - <key> <string>Default</string> </key> + <key> <string>bottom</string> </key> <value> <list> <string>listbox</string> diff --git a/bt5/erp5_apparel/SkinTemplateItem/portal_skins/erp5_apparel/ApparelBathModule_viewApparelBathList.xml b/bt5/erp5_apparel/SkinTemplateItem/portal_skins/erp5_apparel/ApparelBathModule_viewApparelBathList.xml index c6c2b48870..3f4a79d5f8 100644 --- a/bt5/erp5_apparel/SkinTemplateItem/portal_skins/erp5_apparel/ApparelBathModule_viewApparelBathList.xml +++ b/bt5/erp5_apparel/SkinTemplateItem/portal_skins/erp5_apparel/ApparelBathModule_viewApparelBathList.xml @@ -52,7 +52,7 @@ <key> <string>group_list</string> </key> <value> <list> - <string>Default</string> + <string>bottom</string> </list> </value> </item> @@ -61,7 +61,7 @@ <value> <dictionary> <item> - <key> <string>Default</string> </key> + <key> <string>bottom</string> </key> <value> <list> <string>listbox</string> diff --git a/bt5/erp5_apparel/SkinTemplateItem/portal_skins/erp5_apparel/ApparelClothModule_viewApparelClothList.xml b/bt5/erp5_apparel/SkinTemplateItem/portal_skins/erp5_apparel/ApparelClothModule_viewApparelClothList.xml index 1bce81500f..11eb4ddb3a 100644 --- a/bt5/erp5_apparel/SkinTemplateItem/portal_skins/erp5_apparel/ApparelClothModule_viewApparelClothList.xml +++ b/bt5/erp5_apparel/SkinTemplateItem/portal_skins/erp5_apparel/ApparelClothModule_viewApparelClothList.xml @@ -52,7 +52,7 @@ <key> <string>group_list</string> </key> <value> <list> - <string>Default</string> + <string>bottom</string> </list> </value> </item> @@ -61,7 +61,7 @@ <value> <dictionary> <item> - <key> <string>Default</string> </key> + <key> <string>bottom</string> </key> <value> <list> <string>listbox</string> diff --git a/bt5/erp5_apparel/SkinTemplateItem/portal_skins/erp5_apparel/ApparelColourRangeModule_viewApparelColourRangeList.xml b/bt5/erp5_apparel/SkinTemplateItem/portal_skins/erp5_apparel/ApparelColourRangeModule_viewApparelColourRangeList.xml index d92f8663de..b042d672e1 100644 --- a/bt5/erp5_apparel/SkinTemplateItem/portal_skins/erp5_apparel/ApparelColourRangeModule_viewApparelColourRangeList.xml +++ b/bt5/erp5_apparel/SkinTemplateItem/portal_skins/erp5_apparel/ApparelColourRangeModule_viewApparelColourRangeList.xml @@ -52,7 +52,7 @@ <key> <string>group_list</string> </key> <value> <list> - <string>Default</string> + <string>bottom</string> </list> </value> </item> @@ -61,7 +61,7 @@ <value> <dictionary> <item> - <key> <string>Default</string> </key> + <key> <string>bottom</string> </key> <value> <list> <string>listbox</string> diff --git a/bt5/erp5_apparel/SkinTemplateItem/portal_skins/erp5_apparel/ApparelComponentModule_viewApparelComponentList.xml b/bt5/erp5_apparel/SkinTemplateItem/portal_skins/erp5_apparel/ApparelComponentModule_viewApparelComponentList.xml index c10fa06237..18639916af 100644 --- a/bt5/erp5_apparel/SkinTemplateItem/portal_skins/erp5_apparel/ApparelComponentModule_viewApparelComponentList.xml +++ b/bt5/erp5_apparel/SkinTemplateItem/portal_skins/erp5_apparel/ApparelComponentModule_viewApparelComponentList.xml @@ -52,7 +52,7 @@ <key> <string>group_list</string> </key> <value> <list> - <string>Default</string> + <string>bottom</string> </list> </value> </item> @@ -61,7 +61,7 @@ <value> <dictionary> <item> - <key> <string>Default</string> </key> + <key> <string>bottom</string> </key> <value> <list> <string>listbox</string> diff --git a/bt5/erp5_apparel/SkinTemplateItem/portal_skins/erp5_apparel/ApparelConsumptionModule_viewApparelConsumptionList.xml b/bt5/erp5_apparel/SkinTemplateItem/portal_skins/erp5_apparel/ApparelConsumptionModule_viewApparelConsumptionList.xml index 4d42a0fe94..a5c23f80a4 100644 --- a/bt5/erp5_apparel/SkinTemplateItem/portal_skins/erp5_apparel/ApparelConsumptionModule_viewApparelConsumptionList.xml +++ b/bt5/erp5_apparel/SkinTemplateItem/portal_skins/erp5_apparel/ApparelConsumptionModule_viewApparelConsumptionList.xml @@ -52,7 +52,7 @@ <key> <string>group_list</string> </key> <value> <list> - <string>Default</string> + <string>bottom</string> </list> </value> </item> @@ -61,7 +61,7 @@ <value> <dictionary> <item> - <key> <string>Default</string> </key> + <key> <string>bottom</string> </key> <value> <list> <string>listbox</string> diff --git a/bt5/erp5_apparel/SkinTemplateItem/portal_skins/erp5_apparel/ApparelFabricItemModule_viewApparelFabricItemList.xml b/bt5/erp5_apparel/SkinTemplateItem/portal_skins/erp5_apparel/ApparelFabricItemModule_viewApparelFabricItemList.xml index c755ba1141..8bdb98d97f 100644 --- a/bt5/erp5_apparel/SkinTemplateItem/portal_skins/erp5_apparel/ApparelFabricItemModule_viewApparelFabricItemList.xml +++ b/bt5/erp5_apparel/SkinTemplateItem/portal_skins/erp5_apparel/ApparelFabricItemModule_viewApparelFabricItemList.xml @@ -52,7 +52,7 @@ <key> <string>group_list</string> </key> <value> <list> - <string>Default</string> + <string>bottom</string> </list> </value> </item> @@ -61,7 +61,7 @@ <value> <dictionary> <item> - <key> <string>Default</string> </key> + <key> <string>bottom</string> </key> <value> <list> <string>listbox</string> diff --git a/bt5/erp5_apparel/SkinTemplateItem/portal_skins/erp5_apparel/ApparelFabricModule_viewApparelFabricList.xml b/bt5/erp5_apparel/SkinTemplateItem/portal_skins/erp5_apparel/ApparelFabricModule_viewApparelFabricList.xml index 078db8e9ac..137d9aca22 100644 --- a/bt5/erp5_apparel/SkinTemplateItem/portal_skins/erp5_apparel/ApparelFabricModule_viewApparelFabricList.xml +++ b/bt5/erp5_apparel/SkinTemplateItem/portal_skins/erp5_apparel/ApparelFabricModule_viewApparelFabricList.xml @@ -52,7 +52,7 @@ <key> <string>group_list</string> </key> <value> <list> - <string>Default</string> + <string>bottom</string> </list> </value> </item> @@ -61,7 +61,7 @@ <value> <dictionary> <item> - <key> <string>Default</string> </key> + <key> <string>bottom</string> </key> <value> <list> <string>listbox</string> diff --git a/bt5/erp5_apparel/SkinTemplateItem/portal_skins/erp5_apparel/ApparelMeasurementModule_viewApparelMeasurementList.xml b/bt5/erp5_apparel/SkinTemplateItem/portal_skins/erp5_apparel/ApparelMeasurementModule_viewApparelMeasurementList.xml index 7cebc130a3..41ae352821 100644 --- a/bt5/erp5_apparel/SkinTemplateItem/portal_skins/erp5_apparel/ApparelMeasurementModule_viewApparelMeasurementList.xml +++ b/bt5/erp5_apparel/SkinTemplateItem/portal_skins/erp5_apparel/ApparelMeasurementModule_viewApparelMeasurementList.xml @@ -52,7 +52,7 @@ <key> <string>group_list</string> </key> <value> <list> - <string>Default</string> + <string>bottom</string> </list> </value> </item> @@ -61,7 +61,7 @@ <value> <dictionary> <item> - <key> <string>Default</string> </key> + <key> <string>bottom</string> </key> <value> <list> <string>listbox</string> diff --git a/bt5/erp5_apparel/SkinTemplateItem/portal_skins/erp5_apparel/ApparelModelModule_viewApparelModelList.xml b/bt5/erp5_apparel/SkinTemplateItem/portal_skins/erp5_apparel/ApparelModelModule_viewApparelModelList.xml index 1a0f8d9dfb..f3dc5e2118 100644 --- a/bt5/erp5_apparel/SkinTemplateItem/portal_skins/erp5_apparel/ApparelModelModule_viewApparelModelList.xml +++ b/bt5/erp5_apparel/SkinTemplateItem/portal_skins/erp5_apparel/ApparelModelModule_viewApparelModelList.xml @@ -52,7 +52,7 @@ <key> <string>group_list</string> </key> <value> <list> - <string>Default</string> + <string>bottom</string> </list> </value> </item> @@ -61,7 +61,7 @@ <value> <dictionary> <item> - <key> <string>Default</string> </key> + <key> <string>bottom</string> </key> <value> <list> <string>listbox</string> diff --git a/bt5/erp5_apparel/SkinTemplateItem/portal_skins/erp5_apparel/ApparelShapeModule_viewApparelShapeList.xml b/bt5/erp5_apparel/SkinTemplateItem/portal_skins/erp5_apparel/ApparelShapeModule_viewApparelShapeList.xml index 6b8cbc0d37..75f9376484 100644 --- a/bt5/erp5_apparel/SkinTemplateItem/portal_skins/erp5_apparel/ApparelShapeModule_viewApparelShapeList.xml +++ b/bt5/erp5_apparel/SkinTemplateItem/portal_skins/erp5_apparel/ApparelShapeModule_viewApparelShapeList.xml @@ -52,7 +52,7 @@ <key> <string>group_list</string> </key> <value> <list> - <string>Default</string> + <string>bottom</string> </list> </value> </item> @@ -61,7 +61,7 @@ <value> <dictionary> <item> - <key> <string>Default</string> </key> + <key> <string>bottom</string> </key> <value> <list> <string>listbox</string> diff --git a/bt5/erp5_apparel/SkinTemplateItem/portal_skins/erp5_apparel/ApparelSizeModule_viewApparelSizeList.xml b/bt5/erp5_apparel/SkinTemplateItem/portal_skins/erp5_apparel/ApparelSizeModule_viewApparelSizeList.xml index b412e52a5c..b824948e02 100644 --- a/bt5/erp5_apparel/SkinTemplateItem/portal_skins/erp5_apparel/ApparelSizeModule_viewApparelSizeList.xml +++ b/bt5/erp5_apparel/SkinTemplateItem/portal_skins/erp5_apparel/ApparelSizeModule_viewApparelSizeList.xml @@ -52,7 +52,7 @@ <key> <string>group_list</string> </key> <value> <list> - <string>Default</string> + <string>bottom</string> </list> </value> </item> @@ -61,7 +61,7 @@ <value> <dictionary> <item> - <key> <string>Default</string> </key> + <key> <string>bottom</string> </key> <value> <list> <string>listbox</string> diff --git a/bt5/erp5_apparel/SkinTemplateItem/portal_skins/erp5_apparel/ApparelTransformationModule_viewApparelTransformationList.xml b/bt5/erp5_apparel/SkinTemplateItem/portal_skins/erp5_apparel/ApparelTransformationModule_viewApparelTransformationList.xml index 297685b28b..c464d0be2a 100644 --- a/bt5/erp5_apparel/SkinTemplateItem/portal_skins/erp5_apparel/ApparelTransformationModule_viewApparelTransformationList.xml +++ b/bt5/erp5_apparel/SkinTemplateItem/portal_skins/erp5_apparel/ApparelTransformationModule_viewApparelTransformationList.xml @@ -52,7 +52,7 @@ <key> <string>group_list</string> </key> <value> <list> - <string>Default</string> + <string>bottom</string> </list> </value> </item> @@ -61,7 +61,7 @@ <value> <dictionary> <item> - <key> <string>Default</string> </key> + <key> <string>bottom</string> </key> <value> <list> <string>listbox</string> diff --git a/bt5/erp5_apparel/bt/revision b/bt5/erp5_apparel/bt/revision index ca7bf83ac5..3f10ffe7a4 100644 --- a/bt5/erp5_apparel/bt/revision +++ b/bt5/erp5_apparel/bt/revision @@ -1 +1 @@ -13 \ No newline at end of file +15 \ No newline at end of file -- 2.30.9