From b802feed0f89be817a7afa1bfabcece121b6adb9 Mon Sep 17 00:00:00 2001 From: Fabien Morin <fabien@nexedi.com> Date: Thu, 19 Nov 2009 09:17:18 +0000 Subject: [PATCH] Fix some form titles git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30755 20353a03-c40f-0410-a6d1-a30d3c3de9de --- .../erp5_apparel/ApparelBath_view.xml | 18 ++++++++++++++++-- .../erp5_apparel/ApparelCloth_viewMeasure.xml | 16 +++++++++++++++- .../ApparelMeasurement_viewCustomerMeasure.xml | 16 +++++++++++++++- ...viewApparelModelMorphologyVariationList.xml | 16 +++++++++++++++- .../ApparelModel_viewIndustrialDescription.xml | 16 +++++++++++++++- .../ApparelShape_viewIndustrialDescription.xml | 16 +++++++++++++++- .../ApparelSize_viewCustomerSize.xml | 16 +++++++++++++++- bt5/erp5_apparel/bt/revision | 2 +- 8 files changed, 107 insertions(+), 9 deletions(-) diff --git a/bt5/erp5_apparel/SkinTemplateItem/portal_skins/erp5_apparel/ApparelBath_view.xml b/bt5/erp5_apparel/SkinTemplateItem/portal_skins/erp5_apparel/ApparelBath_view.xml index 799f7f6a7f..bc9551c663 100644 --- a/bt5/erp5_apparel/SkinTemplateItem/portal_skins/erp5_apparel/ApparelBath_view.xml +++ b/bt5/erp5_apparel/SkinTemplateItem/portal_skins/erp5_apparel/ApparelBath_view.xml @@ -40,6 +40,16 @@ <key> <string>action</string> </key> <value> <string>Base_edit</string> </value> </item> + <item> + <key> <string>description</string> </key> + <value> <string></string> </value> + </item> + <item> + <key> <string>edit_order</string> </key> + <value> + <list/> + </value> + </item> <item> <key> <string>encoding</string> </key> <value> <string>UTF-8</string> </value> @@ -109,7 +119,7 @@ </item> <item> <key> <string>name</string> </key> - <value> <string>ApparelFabricItem_view</string> </value> + <value> <string>ApparelBath_view</string> </value> </item> <item> <key> <string>pt</string> </key> @@ -125,7 +135,7 @@ </item> <item> <key> <string>title</string> </key> - <value> <string>Apparel Tint Item</string> </value> + <value> <string>Apparel Bath</string> </value> </item> <item> <key> <string>unicode_mode</string> </key> @@ -135,6 +145,10 @@ <key> <string>update_action</string> </key> <value> <string></string> </value> </item> + <item> + <key> <string>update_action_title</string> </key> + <value> <string></string> </value> + </item> </dictionary> </pickle> </record> diff --git a/bt5/erp5_apparel/SkinTemplateItem/portal_skins/erp5_apparel/ApparelCloth_viewMeasure.xml b/bt5/erp5_apparel/SkinTemplateItem/portal_skins/erp5_apparel/ApparelCloth_viewMeasure.xml index a096c67341..1a1ed15375 100644 --- a/bt5/erp5_apparel/SkinTemplateItem/portal_skins/erp5_apparel/ApparelCloth_viewMeasure.xml +++ b/bt5/erp5_apparel/SkinTemplateItem/portal_skins/erp5_apparel/ApparelCloth_viewMeasure.xml @@ -40,6 +40,16 @@ <key> <string>action</string> </key> <value> <string>Base_edit</string> </value> </item> + <item> + <key> <string>description</string> </key> + <value> <string></string> </value> + </item> + <item> + <key> <string>edit_order</string> </key> + <value> + <list/> + </value> + </item> <item> <key> <string>encoding</string> </key> <value> <string>UTF-8</string> </value> @@ -133,7 +143,7 @@ </item> <item> <key> <string>title</string> </key> - <value> <string>Apparel Cloth</string> </value> + <value> <string>Measure</string> </value> </item> <item> <key> <string>unicode_mode</string> </key> @@ -143,6 +153,10 @@ <key> <string>update_action</string> </key> <value> <string></string> </value> </item> + <item> + <key> <string>update_action_title</string> </key> + <value> <string></string> </value> + </item> </dictionary> </pickle> </record> diff --git a/bt5/erp5_apparel/SkinTemplateItem/portal_skins/erp5_apparel/ApparelMeasurement_viewCustomerMeasure.xml b/bt5/erp5_apparel/SkinTemplateItem/portal_skins/erp5_apparel/ApparelMeasurement_viewCustomerMeasure.xml index a553178250..bdbd1ecb67 100644 --- a/bt5/erp5_apparel/SkinTemplateItem/portal_skins/erp5_apparel/ApparelMeasurement_viewCustomerMeasure.xml +++ b/bt5/erp5_apparel/SkinTemplateItem/portal_skins/erp5_apparel/ApparelMeasurement_viewCustomerMeasure.xml @@ -40,6 +40,16 @@ <key> <string>action</string> </key> <value> <string>Base_edit</string> </value> </item> + <item> + <key> <string>description</string> </key> + <value> <string></string> </value> + </item> + <item> + <key> <string>edit_order</string> </key> + <value> + <list/> + </value> + </item> <item> <key> <string>encoding</string> </key> <value> <string>UTF-8</string> </value> @@ -133,7 +143,7 @@ </item> <item> <key> <string>title</string> </key> - <value> <string>Apparel Measurement</string> </value> + <value> <string>Measure / Measure Code</string> </value> </item> <item> <key> <string>unicode_mode</string> </key> @@ -143,6 +153,10 @@ <key> <string>update_action</string> </key> <value> <string></string> </value> </item> + <item> + <key> <string>update_action_title</string> </key> + <value> <string></string> </value> + </item> </dictionary> </pickle> </record> diff --git a/bt5/erp5_apparel/SkinTemplateItem/portal_skins/erp5_apparel/ApparelModel_viewApparelModelMorphologyVariationList.xml b/bt5/erp5_apparel/SkinTemplateItem/portal_skins/erp5_apparel/ApparelModel_viewApparelModelMorphologyVariationList.xml index 592bf99533..c72d190e78 100644 --- a/bt5/erp5_apparel/SkinTemplateItem/portal_skins/erp5_apparel/ApparelModel_viewApparelModelMorphologyVariationList.xml +++ b/bt5/erp5_apparel/SkinTemplateItem/portal_skins/erp5_apparel/ApparelModel_viewApparelModelMorphologyVariationList.xml @@ -40,6 +40,16 @@ <key> <string>action</string> </key> <value> <string>Base_edit</string> </value> </item> + <item> + <key> <string>description</string> </key> + <value> <string></string> </value> + </item> + <item> + <key> <string>edit_order</string> </key> + <value> + <list/> + </value> + </item> <item> <key> <string>encoding</string> </key> <value> <string>UTF-8</string> </value> @@ -125,7 +135,7 @@ </item> <item> <key> <string>title</string> </key> - <value> <string>Apparel Model</string> </value> + <value> <string>Morphology Variation</string> </value> </item> <item> <key> <string>unicode_mode</string> </key> @@ -135,6 +145,10 @@ <key> <string>update_action</string> </key> <value> <string></string> </value> </item> + <item> + <key> <string>update_action_title</string> </key> + <value> <string></string> </value> + </item> </dictionary> </pickle> </record> diff --git a/bt5/erp5_apparel/SkinTemplateItem/portal_skins/erp5_apparel/ApparelModel_viewIndustrialDescription.xml b/bt5/erp5_apparel/SkinTemplateItem/portal_skins/erp5_apparel/ApparelModel_viewIndustrialDescription.xml index e0f3e33ecb..a8af90689d 100644 --- a/bt5/erp5_apparel/SkinTemplateItem/portal_skins/erp5_apparel/ApparelModel_viewIndustrialDescription.xml +++ b/bt5/erp5_apparel/SkinTemplateItem/portal_skins/erp5_apparel/ApparelModel_viewIndustrialDescription.xml @@ -40,6 +40,16 @@ <key> <string>action</string> </key> <value> <string>Base_edit</string> </value> </item> + <item> + <key> <string>description</string> </key> + <value> <string></string> </value> + </item> + <item> + <key> <string>edit_order</string> </key> + <value> + <list/> + </value> + </item> <item> <key> <string>encoding</string> </key> <value> <string>UTF-8</string> </value> @@ -121,7 +131,7 @@ </item> <item> <key> <string>title</string> </key> - <value> <string>Apparel Model Industrial Description</string> </value> + <value> <string>Industrial Description</string> </value> </item> <item> <key> <string>unicode_mode</string> </key> @@ -131,6 +141,10 @@ <key> <string>update_action</string> </key> <value> <string></string> </value> </item> + <item> + <key> <string>update_action_title</string> </key> + <value> <string></string> </value> + </item> </dictionary> </pickle> </record> diff --git a/bt5/erp5_apparel/SkinTemplateItem/portal_skins/erp5_apparel/ApparelShape_viewIndustrialDescription.xml b/bt5/erp5_apparel/SkinTemplateItem/portal_skins/erp5_apparel/ApparelShape_viewIndustrialDescription.xml index 6ce6cc6909..1d2b2edb05 100644 --- a/bt5/erp5_apparel/SkinTemplateItem/portal_skins/erp5_apparel/ApparelShape_viewIndustrialDescription.xml +++ b/bt5/erp5_apparel/SkinTemplateItem/portal_skins/erp5_apparel/ApparelShape_viewIndustrialDescription.xml @@ -40,6 +40,16 @@ <key> <string>action</string> </key> <value> <string>Base_edit</string> </value> </item> + <item> + <key> <string>description</string> </key> + <value> <string></string> </value> + </item> + <item> + <key> <string>edit_order</string> </key> + <value> + <list/> + </value> + </item> <item> <key> <string>encoding</string> </key> <value> <string>UTF-8</string> </value> @@ -119,7 +129,7 @@ </item> <item> <key> <string>title</string> </key> - <value> <string>Apparel Shape Industrial Description</string> </value> + <value> <string>Industrial Description</string> </value> </item> <item> <key> <string>unicode_mode</string> </key> @@ -129,6 +139,10 @@ <key> <string>update_action</string> </key> <value> <string></string> </value> </item> + <item> + <key> <string>update_action_title</string> </key> + <value> <string></string> </value> + </item> </dictionary> </pickle> </record> diff --git a/bt5/erp5_apparel/SkinTemplateItem/portal_skins/erp5_apparel/ApparelSize_viewCustomerSize.xml b/bt5/erp5_apparel/SkinTemplateItem/portal_skins/erp5_apparel/ApparelSize_viewCustomerSize.xml index 9386b773f1..0534e584a1 100644 --- a/bt5/erp5_apparel/SkinTemplateItem/portal_skins/erp5_apparel/ApparelSize_viewCustomerSize.xml +++ b/bt5/erp5_apparel/SkinTemplateItem/portal_skins/erp5_apparel/ApparelSize_viewCustomerSize.xml @@ -40,6 +40,16 @@ <key> <string>action</string> </key> <value> <string>Base_edit</string> </value> </item> + <item> + <key> <string>description</string> </key> + <value> <string></string> </value> + </item> + <item> + <key> <string>edit_order</string> </key> + <value> + <list/> + </value> + </item> <item> <key> <string>encoding</string> </key> <value> <string>UTF-8</string> </value> @@ -132,7 +142,7 @@ </item> <item> <key> <string>title</string> </key> - <value> <string>Apparel Size</string> </value> + <value> <string>Customer Size</string> </value> </item> <item> <key> <string>unicode_mode</string> </key> @@ -142,6 +152,10 @@ <key> <string>update_action</string> </key> <value> <string></string> </value> </item> + <item> + <key> <string>update_action_title</string> </key> + <value> <string></string> </value> + </item> </dictionary> </pickle> </record> diff --git a/bt5/erp5_apparel/bt/revision b/bt5/erp5_apparel/bt/revision index 2d73b5e3ba..f79f5e337e 100644 --- a/bt5/erp5_apparel/bt/revision +++ b/bt5/erp5_apparel/bt/revision @@ -1 +1 @@ -152 \ No newline at end of file +153 \ No newline at end of file -- 2.30.9