Mercurial > p > roundup > code
diff roundup/templates/classic/html/msg.index @ 1495:a2a57ec8fdf0
nicer page titles (sf feature 65197)
[[That issue number is invalid.]]
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Thu, 06 Mar 2003 07:02:18 +0000 |
| parents | 9e7b2a54f862 |
| children |
line wrap: on
line diff
--- a/roundup/templates/classic/html/msg.index Thu Mar 06 06:12:30 2003 +0000 +++ b/roundup/templates/classic/html/msg.index Thu Mar 06 07:02:18 2003 +0000 @@ -1,5 +1,7 @@ <tal:block metal:use-macro="templates/page/macros/icing"> -<title metal:fill-slot="head_title">Message listing</title> +<title metal:fill-slot="head_title"> + <span tal:replace="config/TRACKER_NAME" />: List of messages +</title> <td class="page-header-top" metal:fill-slot="body_title"> <h2>Message listing</h2> </td>
