From cd93c1081028d54e4659e0ac763f48853a47a3eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Nowak?= <luke@nexedi.com> Date: Fri, 3 Jul 2009 12:54:14 +0000 Subject: [PATCH] - go to RuleTool_viewRuleList view on listbox reset action - some automatic ballast from business template serialisation git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27907 20353a03-c40f-0410-a6d1-a30d3c3de9de --- .../erp5_core/RuleTool_viewRuleList/listbox.xml | 16 +++++++++++++++- product/ERP5/bootstrap/erp5_core/bt/revision | 2 +- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/RuleTool_viewRuleList/listbox.xml b/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/RuleTool_viewRuleList/listbox.xml index 220d3f0840..aeec15b245 100644 --- a/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/RuleTool_viewRuleList/listbox.xml +++ b/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/RuleTool_viewRuleList/listbox.xml @@ -326,6 +326,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> @@ -433,7 +437,7 @@ </item> <item> <key> <string>list_action</string> </key> - <value> <string>Folder_viewContentList</string> </value> + <value> <string>RuleTool_viewRuleList</string> </value> </item> <item> <key> <string>list_cookie</string> </key> @@ -475,6 +479,10 @@ <key> <string>reverse</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> @@ -519,6 +527,12 @@ <key> <string>title</string> </key> <value> <string>Rules</string> </value> </item> + <item> + <key> <string>untranslatable_columns</string> </key> + <value> + <list/> + </value> + </item> <item> <key> <string>url_columns</string> </key> <value> diff --git a/product/ERP5/bootstrap/erp5_core/bt/revision b/product/ERP5/bootstrap/erp5_core/bt/revision index 1280674f38..f0b4b2f3e9 100644 --- a/product/ERP5/bootstrap/erp5_core/bt/revision +++ b/product/ERP5/bootstrap/erp5_core/bt/revision @@ -1 +1 @@ -1247 \ No newline at end of file +1248 \ No newline at end of file -- 2.30.9