Code

fixed ZRoundup - mostly changes to classic template
[roundup.git] / templates / classic / html / user.item.html
index dc78107ea49416f1deb61fcbfe5c3e10591e638f..e0cb51a13d521c0aeebf63d4a3cefbe1377d5c06 100644 (file)
@@ -72,8 +72,8 @@ You are not allowed to view this page.
  <tr>
   <td>
    &nbsp;
-   <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 @@ You are not allowed to view this page.
    <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>