From 4019faee3ec0ee9ad5510f9afb0141485f1a6308 Mon Sep 17 00:00:00 2001 From: Ivan Tyagov <ivan@nexedi.com> Date: Tue, 14 Sep 2010 12:46:00 +0000 Subject: [PATCH] Global search should not be in any way connected to resp. form showing search results. This form now has the ability to have a a global search capability as well. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38355 20353a03-c40f-0410-a6d1-a30d3c3de9de --- .../your_search_text.xml | 17 ++++------------- bt5/erp5_km/bt/revision | 2 +- 2 files changed, 5 insertions(+), 14 deletions(-) diff --git a/bt5/erp5_km/SkinTemplateItem/portal_skins/erp5_km_theme/WebSection_viewMinimalKMWidgetFieldLibrary/your_search_text.xml b/bt5/erp5_km/SkinTemplateItem/portal_skins/erp5_km_theme/WebSection_viewMinimalKMWidgetFieldLibrary/your_search_text.xml index bb1ace8cb8..b5816c6207 100644 --- a/bt5/erp5_km/SkinTemplateItem/portal_skins/erp5_km_theme/WebSection_viewMinimalKMWidgetFieldLibrary/your_search_text.xml +++ b/bt5/erp5_km/SkinTemplateItem/portal_skins/erp5_km_theme/WebSection_viewMinimalKMWidgetFieldLibrary/your_search_text.xml @@ -2,10 +2,7 @@ <ZopeData> <record id="1" aka="AAAAAAAAAAE="> <pickle> - <tuple> - <global name="StringField" module="Products.Formulator.StandardFields"/> - <tuple/> - </tuple> + <global name="StringField" module="Products.Formulator.StandardFields"/> </pickle> <pickle> <dictionary> @@ -266,26 +263,20 @@ </record> <record id="2" aka="AAAAAAAAAAI="> <pickle> - <tuple> - <global name="TALESMethod" module="Products.Formulator.TALESField"/> - <tuple/> - </tuple> + <global name="TALESMethod" module="Products.Formulator.TALESField"/> </pickle> <pickle> <dictionary> <item> <key> <string>_text</string> </key> - <value> <string>python: context.Base_getSearchText() or context.Base_translateString(\'Search\')</string> </value> + <value> <string>python: context.Base_translateString(\'Search\')</string> </value> </item> </dictionary> </pickle> </record> <record id="3" aka="AAAAAAAAAAM="> <pickle> - <tuple> - <global name="TALESMethod" module="Products.Formulator.TALESField"/> - <tuple/> - </tuple> + <global name="TALESMethod" module="Products.Formulator.TALESField"/> </pickle> <pickle> <dictionary> diff --git a/bt5/erp5_km/bt/revision b/bt5/erp5_km/bt/revision index e4a36c3722..e8dadcda30 100644 --- a/bt5/erp5_km/bt/revision +++ b/bt5/erp5_km/bt/revision @@ -1 +1 @@ -1539 \ No newline at end of file +1540 \ No newline at end of file -- 2.30.9