Code

- replaced the content() callback ickiness with Page Template macro usage
[roundup.git] / roundup / templates / classic / html / user.index
index 0bb7d13498e38aba8f4877113c3339f5cb767d79..8f5e0a54e51b3726aba44d784d457b1e643615de 100644 (file)
@@ -1,4 +1,10 @@
 <!-- dollarId: user.index,v 1.3 2002/07/09 05:29:51 richard Exp dollar-->
+<tal:block metal:use-macro="templates/page/macros/page">
+<title metal:fill-slot="head_title">User listing</title>
+<td class="page-header-top" metal:fill-slot="body_title">
+ <h2>User listing</h2>
+</td>
+<td class="content" metal:fill-slot="content">
 
 <span tal:condition="not:context/is_view_ok">
 You are not allowed to view this page.
@@ -24,3 +30,6 @@ You are not allowed to view this page.
  <td tal:content="user/phone">phone</td>
 </tr>
 </table>
+</td>
+
+</tal:block>