*** cpsdef~content_lib_display_contents.pt	2007-12-06 10:29:10.364424400 +0100
--- dbr~content_lib_display_contents.pt	2008-01-15 15:26:54.990403800 +0100
***************
*** 34,41 ****
            mq nocall:modules/ZTUtils/make_query;
            form request/form;
            zoom zoom|python:0;
            batches_all python:here.getBatchList(items, columns, items_per_page,
!                                                zoom);
            batches python:batches_all[0];
            batch_info python:batches_all[1];
            zoomed python:batches_all[2];
--- 34,42 ----
            mq nocall:modules/ZTUtils/make_query;
            form request/form;
            zoom zoom|python:0;
+           max_items max_items|python:100;
            batches_all python:here.getBatchList(items, columns, items_per_page,
!                                                zoom, max_items);
            batches python:batches_all[0];
            batch_info python:batches_all[1];
            zoomed python:batches_all[2];
