Mercurial > p > roundup > code
diff templates/classic/html/issue.index.html @ 3471:f16eca38e4e5
display the query name in the header (feature [SF#298535] / patch [SF#349387])
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Fri, 20 Jan 2006 02:07:15 +0000 |
| parents | 7308c3c5a943 |
| children | f6719836e521 |
line wrap: on
line diff
--- a/templates/classic/html/issue.index.html Fri Jan 20 02:02:59 2006 +0000 +++ b/templates/classic/html/issue.index.html Fri Jan 20 02:07:15 2006 +0000 @@ -1,10 +1,14 @@ <!-- dollarId: issue.index,v 1.2 2001/07/29 04:07:37 richard Exp dollar--> <tal:block metal:use-macro="templates/page/macros/icing"> -<title metal:fill-slot="head_title" i18n:translate="" - >List of issues - <span tal:replace="config/TRACKER_NAME" - i18n:name="tracker" /></title> +<title metal:fill-slot="head_title" i18n:translate="" > + List of issues - + <span tal:condition="python:request.form.has_key('dispname')" tal:replace="python:' %s - ' % request.form['dispname'].value" /> + <span tal:replace="config/TRACKER_NAME" i18n:name="tracker" /> + </title> <span metal:fill-slot="body_title" tal:omit-tag="python:1" - i18n:translate="">List of issues</span> + i18n:translate="">List of issues + <span tal:condition="python:request.form.has_key('dispname')" tal:replace="python:' - %s' % request.form['dispname'].value" /> +</span> <td class="content" metal:fill-slot="content"> <p tal:condition="not:context/is_view_ok" i18n:translate="">You are not
