diff options
author | kiko%async.com.br <> | 2004-07-24 11:16:15 +0200 |
---|---|---|
committer | kiko%async.com.br <> | 2004-07-24 11:16:15 +0200 |
commit | 4816fb914b252205f43c3b1e7badb4c83413b720 (patch) | |
tree | 6eb37964e1114bd76472737d1ef59d5c383c639c /template | |
parent | 1c3dd5de9389bcc2151d58820283ecae423d3558 (diff) | |
download | bugzilla-4816fb914b252205f43c3b1e7badb4c83413b720.tar.gz bugzilla-4816fb914b252205f43c3b1e7badb4c83413b720.tar.xz |
Fix for bug 252840: Provide product name in enter bug page title. r,a=myk.
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/bug/create/create.html.tmpl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/template/en/default/bug/create/create.html.tmpl b/template/en/default/bug/create/create.html.tmpl index 571a263ed..3abf75268 100644 --- a/template/en/default/bug/create/create.html.tmpl +++ b/template/en/default/bug/create/create.html.tmpl @@ -22,8 +22,9 @@ [% PROCESS global/variables.none.tmpl %] +[% product_name = product FILTER html %] [% PROCESS global/header.html.tmpl - title = "Enter $terms.Bug" + title = "Enter $terms.Bug: $product_name" h2 = "This page lets you enter a new $terms.bug into ${terms.Bugzilla}." onload="set_assign_to();" %] |