X-Git-Url: https://scm.cri.ensmp.fr/git/Plinn.git/blobdiff_plain/3e0a2c257d49fb162da9c70d2f70194036235166..e932032bdbb367869cd8c7346a98f6b7660c41dd:/skins/content/list_pending_contents.pt diff --git a/skins/content/list_pending_contents.pt b/skins/content/list_pending_contents.pt index 04ea27f..2c0ae52 100644 --- a/skins/content/list_pending_contents.pt +++ b/skins/content/list_pending_contents.pt @@ -19,7 +19,7 @@ arrow python:test(sorted_dir=='up', 'arrowUp.gif', 'arrowDown.gif'); sortedItems python: here.sort_folder_contents(items, sorted_field, sorted_dir); Batch python:modules['Products.Plinn'].Batch; - batch python:Batch(sortedItems, 50, request.get('b_start', 0), orphan=0)"> + batch python:Batch(sortedItems, here.default_batch_size, request.get('b_start', 0), orphan=0)">

Pending documents

batch navigation