From 9b756b541623f11143718900519212ab7339988b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=A9rome=20Perrin?= <jerome@nexedi.com>
Date: Thu, 18 Mar 2010 13:49:07 +0000
Subject: [PATCH] fix list action

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33868 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 .../Project_viewQuantityReport/listbox.xml             | 10 +++++++++-
 bt5/erp5_project/bt/revision                           |  2 +-
 2 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/bt5/erp5_project/SkinTemplateItem/portal_skins/erp5_project/Project_viewQuantityReport/listbox.xml b/bt5/erp5_project/SkinTemplateItem/portal_skins/erp5_project/Project_viewQuantityReport/listbox.xml
index 153040561f..69a90482ad 100644
--- a/bt5/erp5_project/SkinTemplateItem/portal_skins/erp5_project/Project_viewQuantityReport/listbox.xml
+++ b/bt5/erp5_project/SkinTemplateItem/portal_skins/erp5_project/Project_viewQuantityReport/listbox.xml
@@ -403,13 +403,17 @@
                     <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>
                 </item>
                 <item>
                     <key> <string>list_action</string> </key>
-                    <value> <string>Folder_viewContent</string> </value>
+                    <value> <string></string> </value>
                 </item>
                 <item>
                     <key> <string>list_method</string> </key>
@@ -443,6 +447,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>0</int> </value>
diff --git a/bt5/erp5_project/bt/revision b/bt5/erp5_project/bt/revision
index 1538c042e3..6b9b650b30 100644
--- a/bt5/erp5_project/bt/revision
+++ b/bt5/erp5_project/bt/revision
@@ -1 +1 @@
-743
\ No newline at end of file
+744
\ No newline at end of file
-- 
2.30.9