diff options
author | lpsolit%gmail.com <> | 2009-01-01 19:16:48 +0000 |
---|---|---|
committer | lpsolit%gmail.com <> | 2009-01-01 19:16:48 +0000 |
commit | c328d466ebc60e59b799866e2129dffab1fe9c5d (patch) | |
tree | 31e9fda071b97ab170eab108332bed3bb015377e /template | |
parent | 14620dc7279cbbde4236ec4319ed0669f41aa68f (diff) | |
download | bugs-c328d466ebc60e59b799866e2129dffab1fe9c5d.tar bugs-c328d466ebc60e59b799866e2129dffab1fe9c5d.tar.gz bugs-c328d466ebc60e59b799866e2129dffab1fe9c5d.tar.bz2 bugs-c328d466ebc60e59b799866e2129dffab1fe9c5d.tar.xz bugs-c328d466ebc60e59b799866e2129dffab1fe9c5d.zip |
Bug 309383: New bug submission should include the bug summary in the title of the page - Patch by Alex Eiser <aeiser@arc.nasa.gov> r/a=LpSolit
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/bug/create/created.html.tmpl | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/template/en/default/bug/create/created.html.tmpl b/template/en/default/bug/create/created.html.tmpl index 6226fdc64..7ec59b126 100644 --- a/template/en/default/bug/create/created.html.tmpl +++ b/template/en/default/bug/create/created.html.tmpl @@ -34,8 +34,11 @@ [% PROCESS global/variables.none.tmpl %] +[% filtered_desc = bug.short_desc FILTER html %] [% PROCESS global/header.html.tmpl - title = "$terms.Bug $id Submitted" + title = "$terms.Bug $id Submitted – $filtered_desc" + header = "$terms.Bug $id Submitted" + subheader = filtered_desc javascript_urls = [ "js/util.js", "js/field.js", "js/yui/yahoo-dom-event.js", "js/yui/calendar.js" ] style_urls = [ "skins/standard/yui/calendar.css", "skins/standard/show_bug.css" ] |