Mercurial > p > roundup > code
diff templates/classic/html/_generic.help.html @ 2758:6b15cf0f5749
merge from maint-0-7
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Fri, 15 Oct 2004 00:12:17 +0000 |
| parents | 89be4c27f0f3 |
| children | dcc038263775 |
line wrap: on
line diff
--- a/templates/classic/html/_generic.help.html Thu Oct 14 22:27:59 2004 +0000 +++ b/templates/classic/html/_generic.help.html Fri Oct 15 00:12:17 2004 +0000 @@ -19,8 +19,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">
