[CMF-checkins] CVS: CMF/CMFCollector/skins/collector - collector_contents.pt:1.26

Ken Manheimer klm@zope.com
Thu, 4 Apr 2002 13:19:39 -0500


Update of /cvs-repository/CMF/CMFCollector/skins/collector
In directory cvs.zope.org:/tmp/cvs-serv7408

Modified Files:
	collector_contents.pt 
Log Message:
Using batch_size property.  Currently, it's not exposed in the user
interface - only in the ZMI, or via query parameter on the browse URL,
for now.


=== CMF/CMFCollector/skins/collector/collector_contents.pt 1.25 => 1.26 ===
                  split nocall: strmod/split;
                  DateTime nocall: modules/DateTime/DateTime;
-                 BATCHSIZE python: 10;
+                 BATCHSIZE_STR request/batch_size
+                               | here/batch_size
+                               | python: 10;
+                 BATCHSIZE python: int(BATCHSIZE_STR);
                  TITLELEN python: 110;
                  DESCRLEN python: 200;
                  b_start python: request.get('b_start', 0);