[Zope-Checkins] CVS: Zope/lib/python/OFS - FindSupport.py:1.30

Andreas Jung andreas@digicool.com
Thu, 28 Mar 2002 14:59:30 -0500


Update of /cvs-repository/Zope/lib/python/OFS
In directory cvs.zope.org:/tmp/cvs-serv13799/lib/python/OFS

Modified Files:
	FindSupport.py 
Log Message:
removed some target="manage_main" declarations as they were used
in a inconsistent way and were responsible for unwanted openings
of new windows


=== Zope/lib/python/OFS/FindSupport.py 1.29 => 1.30 ===
     
     manage_options=(
-        {'label':'Find', 'action':'manage_findForm', 'target':'manage_main',
+        {'label':'Find', 'action':'manage_findForm', 
          'help':('OFSP','Find.stx')},         
         )