diff templates/classic/html/msg.item.html @ 3119:c26f2ba69c78

some bits I missed, and the next release will be beta ;)
author Richard Jones <richard@users.sourceforge.net>
date Fri, 28 Jan 2005 04:07:58 +0000
parents 97f810f39d16
children a9f6eb633452
line wrap: on
line diff
--- a/templates/classic/html/msg.item.html	Fri Jan 28 03:58:40 2005 +0000
+++ b/templates/classic/html/msg.item.html	Fri Jan 28 04:07:58 2005 +0000
@@ -22,6 +22,11 @@
   replace="context/id" i18n:name="id" /> Editing</span>
 </tal:block>
 <td class="content" metal:fill-slot="content">
+
+<p tal:condition="not:context/is_view_ok" i18n:translate="">You are not
+    allowed to view this page.</p>
+
+<div tal:condition="context/is_view_ok">
 <table class="form">
 
 <tr>
@@ -66,6 +71,8 @@
 </table>
 
 <tal:block tal:replace="structure context/history" />
+
+</div>
 </td>
 
 </tal:block>

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