Mercurial > p > roundup > code
diff templates/classic/html/_generic.help.html @ 3157:969ec14c09cf
fixed class "help" listing paging [SF#1106329]
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Mon, 14 Feb 2005 04:25:49 +0000 |
| parents | 7308c3c5a943 |
| children | 522b11d5ba8d |
line wrap: on
line diff
--- a/templates/classic/html/_generic.help.html Mon Feb 14 02:48:12 2005 +0000 +++ b/templates/classic/html/_generic.help.html Mon Feb 14 04:25:49 2005 +0000 @@ -42,6 +42,7 @@ tal:attributes="href python:request.indexargs_url(request.classname, {'@template':'help', 'property': request.form['property'].value, 'properties': request.form['properties'].value, + 'form': request.form['form'].value, '@startwith':prev.first, '@pagesize':prev.size})" i18n:translate="" ><< previous</a> @@ -56,6 +57,7 @@ tal:attributes="href python:request.indexargs_url(request.classname, {'@template':'help', 'property': request.form['property'].value, 'properties': request.form['properties'].value, + 'form': request.form['form'].value, '@startwith':next.first, '@pagesize':next.size})" i18n:translate="" >next >></a>
