Mercurial > p > roundup > code
diff templates/classic/html/issue.index.html @ 3133:708ce3b664d4 maint-0.8
merge from HEAD
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Sat, 12 Feb 2005 00:59:47 +0000 |
| parents | ac1803a09920 |
| children |
line wrap: on
line diff
--- a/templates/classic/html/issue.index.html Sat Feb 12 00:54:36 2005 +0000 +++ b/templates/classic/html/issue.index.html Sat Feb 12 00:59:47 2005 +0000 @@ -64,7 +64,7 @@ <tr class="navigation"> <th> <a tal:define="prev batch/previous" tal:condition="prev" - tal:attributes="href python:request.indexargs_href(request.classname, + tal:attributes="href python:request.indexargs_url(request.classname, {'@startwith':prev.first, '@pagesize':prev.size})" i18n:translate=""><< previous</a> @@ -75,7 +75,7 @@ /></th> <th> <a tal:define="next batch/next" tal:condition="next" - tal:attributes="href python:request.indexargs_href(request.classname, + tal:attributes="href python:request.indexargs_url(request.classname, {'@startwith':next.first, '@pagesize':next.size})" i18n:translate="">next >></a>
