Mercurial > p > roundup > code
diff roundup/templates/classic/html/issue.index @ 1122:ddbc5d1ad94f
more batching cleanup
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Thu, 12 Sep 2002 00:10:34 +0000 |
| parents | a95428868bf4 |
| children | 7e193bbda38e |
line wrap: on
line diff
--- a/roundup/templates/classic/html/issue.index Wed Sep 11 23:56:33 2002 +0000 +++ b/roundup/templates/classic/html/issue.index Thu Sep 12 00:10:34 2002 +0000 @@ -39,13 +39,13 @@ <tr><th style="text-align: left; border: 0"> <a tal:define="prev batch/previous" tal:condition="prev" tal:attributes="href python:request.indexargs_href(request.classname, - {':startwith':prev.start, ':pagesize':prev.size})"><< previous</a> + {':startwith':prev.first, ':pagesize':prev.size})"><< previous</a> </th> <th style="text-align: right; border: 0"> <a tal:define="next batch/next" tal:condition="next" tal:attributes="href python:request.indexargs_href(request.classname, - {':startwith':next.start, ':pagesize':next.size})">next >></a> + {':startwith':next.first, ':pagesize':next.size})">next >></a> </th></tr> </table>
