Mercurial > p > roundup > code
diff templates/classic/html/_generic.help.html @ 2757:6d973371e29f maint-0.7
popup listing uses filter args (thanks Marlon van den Berg)
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Fri, 15 Oct 2004 00:11:49 +0000 |
| parents | 3a4abf6d48c2 |
| children | 595f8bc5829a |
line wrap: on
line diff
--- a/templates/classic/html/_generic.help.html Thu Oct 14 22:28:02 2004 +0000 +++ b/templates/classic/html/_generic.help.html Fri Oct 15 00:11:49 2004 +0000 @@ -16,8 +16,7 @@ </head> <body class="body" onload="resetList();"> <form name="frm_help" tal:attributes="action request/base" - tal:define="start python:int(request.form['@startwith'].value); - batch python:utils.Batch(context.list(), 500, start); + tal:define="batch request/batch; props python:request.form['properties'].value.split(',')"> <div id="classhelp-controls">
