]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 309383: New bug submission should include the bug summary in the title of the...
authorlpsolit%gmail.com <>
Thu, 1 Jan 2009 19:16:48 +0000 (19:16 +0000)
committerlpsolit%gmail.com <>
Thu, 1 Jan 2009 19:16:48 +0000 (19:16 +0000)
template/en/default/bug/create/created.html.tmpl

index 6226fdc6430cdcaae5bf12a464236086bdf7e178..7ec59b12661fc4b11d6d625a56a10743cd92ea30 100644 (file)
 
 [% 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" ]