Mercurial > p > roundup > code
diff templates/classic/html/file.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/file.item.html Tue Nov 11 22:37:25 2003 +0000 +++ b/templates/classic/html/file.item.html Wed Nov 12 01:00:59 2003 +0000 @@ -27,11 +27,11 @@ <tr> <td> - <input type="hidden" name=":template" value="item"> - <input type="hidden" name=":required" value="name,type"> - <input type="hidden" name=":multilink" - tal:condition="python:request.form.has_key(':multilink')" - tal:attributes="value request/form/:multilink/value"> + <input type="hidden" name="@template" value="item"> + <input type="hidden" name="@required" value="name,type"> + <input type="hidden" name="@multilink" + tal:condition="python:request.form.has_key('@multilink')" + tal:attributes="value request/form/@multilink/value"> </td> <td tal:content="structure context/submit">submit button here</td> </tr>
