Commit c328d466 authored by lpsolit%gmail.com's avatar lpsolit%gmail.com

Bug 309383: New bug submission should include the bug summary in the title of…

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
parent 14620dc7
......@@ -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" ]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment