File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 1919 </ head >
2020 < body class ="body " onload ="resetList(); ">
2121 < form name ="frm_help " tal:attributes ="action request/base "
22- tal:define ="start python:int(request.form['@startwith'].value);
23- batch python:utils.Batch(context.list(), 500, start);
22+ tal:define ="batch request/batch;
2423 props python:request.form['properties'].value.split(',') ">
2524
2625 < div id ="classhelp-controls ">
Original file line number Diff line number Diff line change 1919 </ head >
2020 < body class ="body " onload ="resetList(); ">
2121 < form name ="frm_help " tal:attributes ="action request/base "
22- tal:define ="start python:int(request.form['@startwith'].value);
23- batch python:utils.Batch(context.list(), 500, start);
22+ tal:define ="batch request/batch;
2423 props python:request.form['properties'].value.split(',') ">
2524
2625 < div id ="classhelp-controls ">
You can’t perform that action at this time.
0 commit comments