]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Fix for bug 252840: Provide product name in enter bug page title. r,a=myk.
authorkiko%async.com.br <>
Sat, 24 Jul 2004 09:16:15 +0000 (09:16 +0000)
committerkiko%async.com.br <>
Sat, 24 Jul 2004 09:16:15 +0000 (09:16 +0000)
template/en/default/bug/create/create.html.tmpl

index 571a263edbdf9b21dac2f60052a5244f3ca2224c..3abf752686983cea70cbf56fc05544d7c5224344 100644 (file)
@@ -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();"
 %]