Code

more installation doc cleanups
[roundup.git] / roundup / templates / classic / html / msg.item
index bfce4edcae5d3167a83d9eb05f05eef76f75c712..49e203a411428a557c24f6dd8548f865daa0e245 100644 (file)
@@ -1,8 +1,15 @@
 <!-- dollarId: msg.item,v 1.3 2002/05/22 00:32:34 richard Exp dollar-->
-<tal:block metal:use-macro="templates/page/macros/page">
-<title metal:fill-slot="head_title">Message editing</title>
+<tal:block metal:use-macro="templates/page/macros/icing">
+<title metal:fill-slot="head_title"> 
+<span tal:replace="config/TRACKER_NAME" />: 
+<span tal:condition="context/id" tal:replace="string:Message ${context/id}" />
+<tal:x tal:condition="not:context/id">New Message</tal:x> 
+</title> 
 <td class="page-header-top" metal:fill-slot="body_title">
- <h2>Message editing</h2>
+ <h2>
+  Message<span tal:replace="context/id" />
+   <tal:x tal:condition="context/is_edit_ok">Editing</tal:x>
+ </h2>
 </td>
 <td class="content" metal:fill-slot="content">
 <table class="form">