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 3f4a79d5f828b321c77ab4331a67df91da09dee3..e18809cc4a5883cf42ac7caf661e2af48ab0a06d 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 @@ -40,6 +40,16 @@ <key> <string>action</string> </key> <value> <string>Base_doSelect</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> @@ -81,7 +91,7 @@ </item> <item> <key> <string>name</string> </key> - <value> <string>ApparelTintItemModule_viewApparelFabricItemList</string> </value> + <value> <string>ApparelBathModule_viewApparelBathList</string> </value> </item> <item> <key> <string>pt</string> </key> @@ -97,7 +107,7 @@ </item> <item> <key> <string>title</string> </key> - <value> <string>Apparel Tint Items</string> </value> + <value> <string>Apparel Bathes</string> </value> </item> <item> <key> <string>unicode_mode</string> </key> @@ -107,6 +117,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/ApparelBathModule_viewApparelBathList/listbox.xml b/bt5/erp5_apparel/SkinTemplateItem/portal_skins/erp5_apparel/ApparelBathModule_viewApparelBathList/listbox.xml index b56e85e3301a8992973a15e087ac369cfa0163db..f9fa040b5e529d263791ccac2a8d1bcdf51ce313 100644 --- a/bt5/erp5_apparel/SkinTemplateItem/portal_skins/erp5_apparel/ApparelBathModule_viewApparelBathList/listbox.xml +++ b/bt5/erp5_apparel/SkinTemplateItem/portal_skins/erp5_apparel/ApparelBathModule_viewApparelBathList/listbox.xml @@ -3,11 +3,8 @@ <record id="1" aka="AAAAAAAAAAE="> <pickle> <tuple> - <tuple> - <string>Products.ERP5Form.ListBox</string> - <string>ListBox</string> - </tuple> - <none/> + <global name="ListBox" module="Products.ERP5Form.ListBox"/> + <tuple/> </tuple> </pickle> <pickle> @@ -325,6 +322,10 @@ <key> <string>alternate_name</string> </key> <value> <string></string> </value> </item> + <item> + <key> <string>anchor</string> </key> + <value> <int>0</int> </value> + </item> <item> <key> <string>columns</string> </key> <value> @@ -408,6 +409,10 @@ <key> <string>hidden</string> </key> <value> <int>0</int> </value> </item> + <item> + <key> <string>hide_rows_on_no_search_criterion</string> </key> + <value> <int>0</int> </value> + </item> <item> <key> <string>lines</string> </key> <value> <int>30</int> </value> @@ -428,13 +433,17 @@ <list/> </value> </item> + <item> + <key> <string>page_template</string> </key> + <value> <string></string> </value> + </item> <item> <key> <string>portal_types</string> </key> <value> <list> <tuple> - <string>Apparel Tint Item</string> - <string>Apparel Tint Item</string> + <string>Apparel Bath</string> + <string>Apparel Bath</string> </tuple> </list> </value> @@ -449,6 +458,10 @@ <key> <string>report_tree</string> </key> <value> <int>0</int> </value> </item> + <item> + <key> <string>row_css_method</string> </key> + <value> <string></string> </value> + </item> <item> <key> <string>search</string> </key> <value> <int>1</int> </value> @@ -465,7 +478,7 @@ </item> <item> <key> <string>selection_name</string> </key> - <value> <string>apparel_tint_item_selection</string> </value> + <value> <string>apparel_bath_module_selection</string> </value> </item> <item> <key> <string>sort</string> </key> @@ -496,7 +509,13 @@ </item> <item> <key> <string>title</string> </key> - <value> <string>Apparel Tint Item</string> </value> + <value> <string>Apparel Bathes</string> </value> + </item> + <item> + <key> <string>untranslatable_columns</string> </key> + <value> + <list/> + </value> </item> <item> <key> <string>url_columns</string> </key> @@ -513,18 +532,15 @@ <record id="2" aka="AAAAAAAAAAI="> <pickle> <tuple> - <tuple> - <string>Products.Formulator.MethodField</string> - <string>Method</string> - </tuple> - <none/> + <global name="Method" module="Products.Formulator.MethodField"/> + <tuple/> </tuple> </pickle> <pickle> <dictionary> <item> <key> <string>method_name</string> </key> - <value> <string>portal_catalog</string> </value> + <value> <string>searchFolder</string> </value> </item> </dictionary> </pickle> diff --git a/bt5/erp5_apparel/bt/revision b/bt5/erp5_apparel/bt/revision index 19c7bdba7b1e9bfe80365a50420a6d538ca503c3..25bf17fc5aaabd17402e77a2b16f95fbea7310d2 100644 --- a/bt5/erp5_apparel/bt/revision +++ b/bt5/erp5_apparel/bt/revision @@ -1 +1 @@ -16 \ No newline at end of file +18 \ No newline at end of file