Mercurial > p > roundup > code
diff templates/minimal/html/_generic.help.html @ 3160:124638970f0a maint-0.8
merge from HEAD
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Mon, 14 Feb 2005 04:31:51 +0000 |
| parents | c49d0724fc3c |
| children |
line wrap: on
line diff
--- a/templates/minimal/html/_generic.help.html Mon Feb 14 02:55:31 2005 +0000 +++ b/templates/minimal/html/_generic.help.html Mon Feb 14 04:31:51 2005 +0000 @@ -42,6 +42,7 @@ tal:attributes="href python:request.indexargs_href(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_href(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>
