Mercurial > p > roundup > code
diff templates/classic/html/issue.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 | b1704ba7be41 |
line wrap: on
line diff
--- a/templates/classic/html/issue.index.html Sat Jan 17 13:49:06 2004 +0000 +++ b/templates/classic/html/issue.index.html Mon Jan 19 23:01:10 2004 +0000 @@ -3,9 +3,7 @@ <title metal:fill-slot="head_title"> <span tal:replace="config/TRACKER_NAME" />: List of issues </title> -<td class="page-header-top" metal:fill-slot="body_title"> - <h2>List of issues</h2> -</td> +<span metal:fill-slot="body_title" tal:omit-tag="python:1">List of issues</span> <td class="content" metal:fill-slot="content"> <tal:block tal:condition="not:context/is_view_ok"> @@ -81,7 +79,7 @@ </tr> </table> -<form method="GET" tal:attributes="action request/classname"> +<form method="GET" id="index-controls" tal:attributes="action request/classname"> <table class="form"> <tr tal:condition="batch">
