diff roundup/templates/classic/html/issue.index @ 1581:87cd46dadf1a

minor renaming
author Richard Jones <richard@users.sourceforge.net>
date Thu, 10 Apr 2003 04:34:02 +0000
parents 838997c8c94e
children
line wrap: on
line diff
--- a/roundup/templates/classic/html/issue.index	Thu Apr 10 04:33:02 2003 +0000
+++ b/roundup/templates/classic/html/issue.index	Thu Apr 10 04:34:02 2003 +0000
@@ -52,13 +52,13 @@
  <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})">&lt;&lt; previous</a>
    &nbsp;
   </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 &gt;&gt;</a>
    &nbsp;
   </th>

Roundup Issue Tracker: http://roundup-tracker.org/