Mercurial > p > roundup > code
diff templates/classic/html/keyword.item.html @ 1911:f5c804379c85
fixed ZRoundup - mostly changes to classic template
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Wed, 12 Nov 2003 01:00:59 +0000 |
| parents | 8b840f8626fb |
| children | 3a4abf6d48c2 |
line wrap: on
line diff
--- a/templates/classic/html/keyword.item.html Tue Nov 11 22:37:25 2003 +0000 +++ b/templates/classic/html/keyword.item.html Wed Nov 12 01:00:59 2003 +0000 @@ -41,8 +41,8 @@ <tr> <td> - <input type="hidden" name=":required" value="name"> - <input type="hidden" name=":template" value="item"> + <input type="hidden" name="@required" value="name"> + <input type="hidden" name="@template" value="item"> </td> <td colspan=3 tal:content="structure context/submit"> submit button will go here
