Mercurial > p > roundup > code
diff roundup/templates/classic/html/issue.item @ 1303:71be6588904f
fixed filtering by id in anydbm
show issue ID in the headings [SF#631598]
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Wed, 06 Nov 2002 05:39:50 +0000 |
| parents | f7d9fefcae88 |
| children | 61ad556cfc8d |
line wrap: on
line diff
--- a/roundup/templates/classic/html/issue.item Wed Nov 06 04:24:24 2002 +0000 +++ b/roundup/templates/classic/html/issue.item Wed Nov 06 05:39:50 2002 +0000 @@ -1,7 +1,12 @@ <!-- dollarId: issue.item,v 1.4 2001/08/03 01:19:43 richard Exp dollar--> <tal:block metal:use-macro="templates/page/macros/icing"> -<title metal:fill-slot="head_title">Issue editing</title> -<td class="page-header-top" metal:fill-slot="body_title"><h2>Issue Editing</h2> +<title metal:fill-slot="head_title"> + Issue<span tal:replace="context/id" /> editing +</title> +<td class="page-header-top" metal:fill-slot="body_title"> + <h2> + Issue<span tal:replace="context/id" /> Editing + </h2> </td> <td class="content" metal:fill-slot="content">
