From bb1a454675bcc5548898ba8c34694743a0352e11 Mon Sep 17 00:00:00 2001 From: Ivan Tyagov <ivan@nexedi.com> Date: Tue, 14 Sep 2010 06:14:57 +0000 Subject: [PATCH] Follow up r38321. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38322 20353a03-c40f-0410-a6d1-a30d3c3de9de --- .../portal_skins/erp5_xhtml_style/ListBox_asHTML.xml | 2 +- product/ERP5/bootstrap/erp5_xhtml_style/bt/revision | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/ListBox_asHTML.xml b/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/ListBox_asHTML.xml index 5270fbe2d9..497b7f4b6a 100644 --- a/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/ListBox_asHTML.xml +++ b/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/ListBox_asHTML.xml @@ -62,7 +62,7 @@ display_style_list here/getDisplayStyleList;\n list_style here/getListboxDisplayStyle;\n global_search_column here/getGlobalSearchColumn;\n - global_search_column_script python: here.getGlobalSearchColumnScript() or \'Base_doSelect\';\n + global_search_column_script string:Base_doSelect;\n show_global_search python: global_search_column not in (\'\', None);\n line_list here/query;\n listbox_max_lines python: int(here.getMaxLineNumber());\n diff --git a/product/ERP5/bootstrap/erp5_xhtml_style/bt/revision b/product/ERP5/bootstrap/erp5_xhtml_style/bt/revision index a0ce719908..4df0a83b86 100644 --- a/product/ERP5/bootstrap/erp5_xhtml_style/bt/revision +++ b/product/ERP5/bootstrap/erp5_xhtml_style/bt/revision @@ -1 +1 @@ -1016 \ No newline at end of file +1018 \ No newline at end of file -- 2.30.9