diff templates/minimal/html/_generic.help.html @ 3130:7308c3c5a943

docs editing from Jean Jordaan
author Richard Jones <richard@users.sourceforge.net>
date Sat, 12 Feb 2005 00:47:33 +0000
parents 3a23308a8f57
children 969ec14c09cf
line wrap: on
line diff
--- a/templates/minimal/html/_generic.help.html	Fri Feb 11 22:18:20 2005 +0000
+++ b/templates/minimal/html/_generic.help.html	Sat Feb 12 00:47:33 2005 +0000
@@ -39,7 +39,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,
            {'@template':'help', 'property': request.form['property'].value,
             'properties': request.form['properties'].value,
             '@startwith':prev.first, '@pagesize':prev.size})"
@@ -53,7 +53,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,
            {'@template':'help', 'property': request.form['property'].value,
             'properties': request.form['properties'].value,
             '@startwith':next.first, '@pagesize':next.size})"

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