Mercurial > p > roundup > code
diff templates/classic/html/user.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/user.item.html Tue Nov 11 22:37:25 2003 +0000 +++ b/templates/classic/html/user.item.html Wed Nov 12 01:00:59 2003 +0000 @@ -72,8 +72,8 @@ <tr> <td> - <input type="hidden" name=":template" value="item"> - <input type="hidden" name=":required" value="username,address"> + <input type="hidden" name="@template" value="item"> + <input type="hidden" name="@required" value="username,address"> </td> <td tal:content="structure context/submit">submit button here</td> </tr> @@ -90,7 +90,7 @@ <a tal:attributes="href string:${query/klass}?${query/url}">display</a> </td> <td> - <a tal:attributes="href string:?:remove:queries=${query/id}&:action=edit">remove</a> + <a tal:attributes="href string:?@remove@queries=${query/id}&@action=edit">remove</a> </td> </tr> </table>
