From: kiko%async.com.br <> Date: Sat, 24 Jul 2004 09:16:15 +0000 (+0000) Subject: Fix for bug 252840: Provide product name in enter bug page title. r,a=myk. X-Git-Tag: bugzilla-2.19.1~123 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4816fb914b252205f43c3b1e7badb4c83413b720;p=thirdparty%2Fbugzilla.git Fix for bug 252840: Provide product name in enter bug page title. r,a=myk. --- diff --git a/template/en/default/bug/create/create.html.tmpl b/template/en/default/bug/create/create.html.tmpl index 571a263edb..3abf752686 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();" %]