Mercurial > p > roundup > code
diff templates/classic/html/_generic.index.html @ 1855:8b840f8626fb
Add "action" attributes to forms.
| author | Johannes Gijsbers <jlgijsbers@users.sourceforge.net> |
|---|---|
| date | Mon, 20 Oct 2003 21:14:10 +0000 |
| parents | 21312a7564fd |
| children | f5c804379c85 |
line wrap: on
line diff
--- a/templates/classic/html/_generic.index.html Mon Oct 20 21:00:04 2003 +0000 +++ b/templates/classic/html/_generic.index.html Mon Oct 20 21:14:10 2003 +0000 @@ -31,7 +31,8 @@ them to the table - put an X in the id column. </p> -<form onSubmit="return submit_once()" method="POST"> +<form onSubmit="return submit_once()" method="POST" + tal:attributes="action context/designator"> <textarea rows="15" cols="60" name="rows" tal:content="context/csv"></textarea> <br> <input type="hidden" name=":action" value="editCSV">
