]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 290288: When editing a bug, include the bug number in the "Bug processed" title...
authorlpsolit%gmail.com <>
Sun, 4 Feb 2007 23:11:41 +0000 (23:11 +0000)
committerlpsolit%gmail.com <>
Sun, 4 Feb 2007 23:11:41 +0000 (23:11 +0000)
template/en/default/bug/process/header.html.tmpl

index 6a9581cb3498f597fcb9cc0900e8e48ebddeac21..f15648c7d51b633c495fd62c4db002aada286f77 100644 (file)
 
 [% PROCESS global/variables.none.tmpl %]
 
+[% USE Bugzilla %]
+
 [% IF    title_tag == "bug_processed" %]
-  [% title = "$terms.Bug processed" %]
+  [% title = BLOCK %]
+    [% IF Bugzilla.cgi.param('id') %]
+      [% terms.Bug %] [%+ id FILTER html %]
+    [% ELSE %]
+      [% terms.Bugs %]
+    [% END %]
+    processed
+  [% END %]
 [% ELSIF title_tag == "mid_air" %]
   [% title = "Mid-air collision!" %]
 [% ELSIF title_tag == "change_votes" %]