Code

minor renaming
authorrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Thu, 10 Apr 2003 04:34:02 +0000 (04:34 +0000)
committerrichard <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

index 6c2ced4cbd773cefadc885a5c845213c5262cbc9..e830c44ec1388cfe48a954e81eadb27b6ab30beb 100644 (file)
@@ -52,13 +52,13 @@ You are not allowed to view this page.
  <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>