Code

- replaced the content() callback ickiness with Page Template macro usage
[roundup.git] / roundup / templates / classic / html / issue.index
index dda9b9f78125274f34861fb29a28bdffd2d5af1d..7c058dbd4d70a7c7433675961e78a04e622352d3 100644 (file)
@@ -1,4 +1,11 @@
 <!-- dollarId: issue.index,v 1.2 2001/07/29 04:07:37 richard Exp dollar-->
+<tal:block metal:use-macro="templates/page/macros/page">
+<title metal:fill-slot="head_title">List of issues</title>
+<td class="page-header-top" metal:fill-slot="body_title">
+ <h2>List of issues</h2>
+</td>
+<td class="content" metal:fill-slot="content">
+
 <tal:block tal:condition="not:context/is_view_ok">
 You are not allowed to view this page.
 </tal:block>
@@ -98,3 +105,6 @@ You are not allowed to view this page.
 
 </tal:block>
 
+</td>
+</tal:block>
+