diff options
author | lpsolit%gmail.com <> | 2005-07-13 05:25:11 +0000 |
---|---|---|
committer | lpsolit%gmail.com <> | 2005-07-13 05:25:11 +0000 |
commit | 9b192788438ea3d72c128971493e4d26b2dca83d (patch) | |
tree | 514c6976352b7c5cf5781b945f7ebb5b3e04e2e4 /template/en/default/bug/process/verify-new-product.html.tmpl | |
parent | 42d23b11188853401a1e152b4a43ea4da18ec717 (diff) | |
download | bugs-9b192788438ea3d72c128971493e4d26b2dca83d.tar bugs-9b192788438ea3d72c128971493e4d26b2dca83d.tar.gz bugs-9b192788438ea3d72c128971493e4d26b2dca83d.tar.bz2 bugs-9b192788438ea3d72c128971493e4d26b2dca83d.tar.xz bugs-9b192788438ea3d72c128971493e4d26b2dca83d.zip |
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/en/default/bug/process/verify-new-product.html.tmpl')
-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"> |