diff templates/classic/html/_generic.index.html @ 1976:3a4abf6d48c2

body_title improvement
author Richard Jones <richard@users.sourceforge.net>
date Mon, 19 Jan 2004 23:01:10 +0000
parents f5c804379c85
children b0778b9e933c
line wrap: on
line diff
--- a/templates/classic/html/_generic.index.html	Sat Jan 17 13:49:06 2004 +0000
+++ b/templates/classic/html/_generic.index.html	Mon Jan 19 23:01:10 2004 +0000
@@ -3,9 +3,8 @@
 <tal:block metal:use-macro="templates/page/macros/icing">
 <title metal:fill-slot="head_title"
        tal:content="python:context._classname.capitalize()+' editing'"></title>
-<td class="page-header-top" metal:fill-slot="body_title">
- <h2 tal:content="python:context._classname.capitalize()+' editing'"></h2>
-</td>
+<span metal:fill-slot="body_title" tal:omit-tag="python:1"
+      tal:content="python:context._classname.capitalize()+' editing'"></span>
 <td class="content" metal:fill-slot="content">
 
 <span tal:condition="python:not (context.is_view_ok() or context.is_edit_ok())">

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