Mercurial > p > roundup > code
view roundup/templates/classic/html/query.item @ 1209:e47d9bb1455b
[SF#614188] Exception in mailgw.py
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Wed, 25 Sep 2002 05:13:34 +0000 |
| parents | b862bbf2067a |
| children | 9e7b2a54f862 |
line wrap: on
line source
<tal:block metal:use-macro="templates/page/macros/page"> <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>
