Code

- replaced the content() callback ickiness with Page Template macro usage
[roundup.git] / roundup / templates / classic / html / issue.search
index 3bc602583fa2f627a1d4d868f7ca90b5b7533ea6..eeaf5c9d17206bf95105ff20b69eeb243044a23e 100644 (file)
@@ -1,3 +1,9 @@
+<tal:block metal:use-macro="templates/page/macros/page">
+<title metal:fill-slot="head_title">Issue searching</title>
+<td class="page-header-top" metal:fill-slot="body_title">
+ <h2>Issue searching</h2>
+</td>
+<td class="content" metal:fill-slot="content">
 
 <form method="GET" tal:attributes="action request/classname">
 <input type="hidden" name=":action" value="search">
 </table>
 
 </form>
+</td>
+
+</tal:block>