view roundup/templates/classic/html/query.item @ 1216:9e7b2a54f862

*** empty log message ***
author Richard Jones <richard@users.sourceforge.net>
date Wed, 25 Sep 2002 22:35:17 +0000
parents b862bbf2067a
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>

Roundup Issue Tracker: http://roundup-tracker.org/