From: lpsolit%gmail.com <> Date: Thu, 1 Jan 2009 19:16:48 +0000 (+0000) Subject: Bug 309383: New bug submission should include the bug summary in the title of the... X-Git-Tag: bugzilla-3.3.1~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c328d466ebc60e59b799866e2129dffab1fe9c5d;p=thirdparty%2Fbugzilla.git Bug 309383: New bug submission should include the bug summary in the title of the page - Patch by Alex Eiser r/a=LpSolit --- diff --git a/template/en/default/bug/create/created.html.tmpl b/template/en/default/bug/create/created.html.tmpl index 6226fdc643..7ec59b1266 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" ]