diff options
author | lpsolit%gmail.com <> | 2005-07-13 07:25:11 +0200 |
---|---|---|
committer | lpsolit%gmail.com <> | 2005-07-13 07:25:11 +0200 |
commit | 9b192788438ea3d72c128971493e4d26b2dca83d (patch) | |
tree | 514c6976352b7c5cf5781b945f7ebb5b3e04e2e4 /template | |
parent | 42d23b11188853401a1e152b4a43ea4da18ec717 (diff) | |
download | bugzilla-9b192788438ea3d72c128971493e4d26b2dca83d.tar.gz bugzilla-9b192788438ea3d72c128971493e4d26b2dca83d.tar.xz |
Bug 276818: "Verify Version, Component, Target Milestone" page on product change lacks title - Patch by GavinS <bugzilla@chimpychompy.org> r=LpSolit a=justdave
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/bug/process/verify-new-product.html.tmpl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/template/en/default/bug/process/verify-new-product.html.tmpl b/template/en/default/bug/process/verify-new-product.html.tmpl index a83430079..7e21f88ae 100644 --- a/template/en/default/bug/process/verify-new-product.html.tmpl +++ b/template/en/default/bug/process/verify-new-product.html.tmpl @@ -39,7 +39,8 @@ [% PROCESS global/variables.none.tmpl %] -[% PROCESS global/header.html.tmpl %] +[% PROCESS global/header.html.tmpl + title = 'Verify New Product Details...' %] <form action="process_bug.cgi" method="post"> |