[Zope-Checkins] CVS: Zope/lib/python/Shared/DC/ZRDB/dtml - customDefaultZPTReport.dtml:1.2.14.1

Amos Latteier amos@digicool.com
Wed, 9 Jan 2002 15:42:38 -0500


Update of /cvs-repository/Zope/lib/python/Shared/DC/ZRDB/dtml
In directory cvs.zope.org:/tmp/cvs-serv782

Modified Files:
      Tag: Zope-2_5-branch
	customDefaultZPTReport.dtml 
Log Message:
Merge zsearch interface fix to 2.5 branch.


=== Zope/lib/python/Shared/DC/ZRDB/dtml/customDefaultZPTReport.dtml 1.2 => 1.2.14.1 ===
   <body tal:define="results  here/%(id)s;
-                    start python:path('request/start') or 0;
+                    start request/start|python:0;
                     batch python:modules['ZTUtils'].Batch(results, 
                                                           size=20, 
                                                           start=start);