Mercurial > p > roundup > code
diff templates/minimal/html/_generic.help.html @ 3608:19c0ee158c29
oops
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Thu, 27 Apr 2006 04:14:48 +0000 |
| parents | 522b11d5ba8d |
| children | ff3a8b7d1819 |
line wrap: on
line diff
--- a/templates/minimal/html/_generic.help.html Thu Apr 27 04:13:24 2006 +0000 +++ b/templates/minimal/html/_generic.help.html Thu Apr 27 04:14:48 2006 +0000 @@ -43,6 +43,7 @@ {'@template':'help', 'property': request.form['property'].value, 'properties': request.form['properties'].value, 'form': request.form['form'].value, + 'type': request.form['type'].value, '@startwith':prev.first, '@pagesize':prev.size})" i18n:translate="" ><< previous</a> @@ -58,6 +59,7 @@ {'@template':'help', 'property': request.form['property'].value, 'properties': request.form['properties'].value, 'form': request.form['form'].value, + 'type': request.form['type'].value, '@startwith':next.first, '@pagesize':next.size})" i18n:translate="" >next >></a>
