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

git-svn-id: svn://10.0.0.236/trunk@255681 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
lpsolit%gmail.com 2009-01-01 19:16:48 +00:00
parent e4264e834f
commit de995309df

View File

@ -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 &ndash; $filtered_desc"
header = "$terms.Bug&nbsp;$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" ]