summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 43f2108)
raw | patch | inline | side by side (parent: 43f2108)
author | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Thu, 10 Apr 2003 04:34:02 +0000 (04:34 +0000) | ||
committer | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Thu, 10 Apr 2003 04:34:02 +0000 (04:34 +0000) |
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1653 57a73879-2fb5-44c3-a270-3262357dd7e2
roundup/templates/classic/html/issue.index | patch | blob | history |
diff --git a/roundup/templates/classic/html/issue.index b/roundup/templates/classic/html/issue.index
index 6c2ced4cbd773cefadc885a5c845213c5262cbc9..e830c44ec1388cfe48a954e81eadb27b6ab30beb 100644 (file)
<tr class="navigation" tal:define="colspan python:len(request.columns)">
<th tal:attributes="colspan python:colspan/2">
<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})"><< previous</a>
</th>
<th tal:attributes="colspan python:colspan/2 + colspan%2">
<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})">next >></a>
</th>