Mercurial > p > roundup > code
diff templates/classic/html/msg.item.html @ 1976:3a4abf6d48c2
body_title improvement
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Mon, 19 Jan 2004 23:01:10 +0000 |
| parents | fad32dafc174 |
| children | 3b92a1b7a056 |
line wrap: on
line diff
--- a/templates/classic/html/msg.item.html Sat Jan 17 13:49:06 2004 +0000 +++ b/templates/classic/html/msg.item.html Mon Jan 19 23:01:10 2004 +0000 @@ -5,12 +5,10 @@ <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> +<span metal:fill-slot="body_title" tal:omit-tag="python:1"> Message<span tal:replace="context/id" /> <tal:x tal:condition="context/is_edit_ok">Editing</tal:x> - </h2> -</td> + </span> <td class="content" metal:fill-slot="content"> <table class="form">
