Commit 983bf990 authored by Amos Latteier's avatar Amos Latteier

Fixed broken ZSearch interface report form. It was broken due to changes in...

Fixed broken ZSearch interface report form. It was broken due to changes in ZPT's non-existent path handling.
parent af157ae6
<html>
<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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment