From de995309dfe23d392dcd1fbce79b411b9df787fb Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" Date: Thu, 1 Jan 2009 19:16:48 +0000 Subject: [PATCH] Bug 309383: New bug submission should include the bug summary in the title of the page - Patch by Alex Eiser r/a=LpSolit git-svn-id: svn://10.0.0.236/trunk@255681 18797224-902f-48f8-a5cc-f745e15eee43 --- .../template/en/default/bug/create/created.html.tmpl | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/mozilla/webtools/bugzilla/template/en/default/bug/create/created.html.tmpl b/mozilla/webtools/bugzilla/template/en/default/bug/create/created.html.tmpl index 6226fdc6430..7ec59b12661 100644 --- a/mozilla/webtools/bugzilla/template/en/default/bug/create/created.html.tmpl +++ b/mozilla/webtools/bugzilla/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" ]