Mercurial > p > roundup > code
diff templates/classic/html/user.index.html @ 2439:3551fbf8cf29
tracker name added to the page title
| author | Alexander Smishlajev <a1s@users.sourceforge.net> |
|---|---|
| date | Fri, 11 Jun 2004 09:12:48 +0000 |
| parents | 97f810f39d16 |
| children | 460eb0209a9e |
line wrap: on
line diff
--- a/templates/classic/html/user.index.html Thu Jun 10 06:54:46 2004 +0000 +++ b/templates/classic/html/user.index.html Fri Jun 11 09:12:48 2004 +0000 @@ -1,6 +1,7 @@ <!-- dollarId: user.index,v 1.3 2002/07/09 05:29:51 richard Exp dollar--> <tal:block metal:use-macro="templates/page/macros/icing"> -<title metal:fill-slot="head_title" i18n:translate="">User listing</title> +<title metal:fill-slot="head_title" i18n:translate="">User listing - <span + i18n:name="tracker" tal:replace="config/TRACKER_NAME" /></title> <span metal:fill-slot="body_title" tal:omit-tag="python:1" i18n:translate="">User listing</span> <td class="content" metal:fill-slot="content">
