Mercurial > p > roundup > code
view roundup/templates/classic/html/query.item @ 1227:92d8e1aad2e9
added mention of the new "minimal" template...
...and cleaned up Admin links in classic
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Thu, 26 Sep 2002 04:19:53 +0000 |
| parents | 9e7b2a54f862 |
| children | 8dd4f736370b |
line wrap: on
line source
<tal:block metal:use-macro="templates/page/macros/icing"> <title metal:fill-slot="head_title">Query editing</title> <td class="page-header-top" metal:fill-slot="body_title"> <h2>Query editing</h2> </td> <td class="content" metal:fill-slot="content"> <span tal:condition="not:context/is_edit_ok"> You are not allowed to view this page. </span> <span tal:condition="context/is_edit_ok" tal:content="structure context/renderQueryForm" /> </td> </tal:block>
