]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 428511 â\80\93 Status and resolution values in dependency trees not localizable.
authorwurblzap%gmail.com <>
Sat, 12 Apr 2008 02:43:41 +0000 (02:43 +0000)
committerwurblzap%gmail.com <>
Sat, 12 Apr 2008 02:43:41 +0000 (02:43 +0000)
Patch by Marc Schumann <wurblzap@gmail.com>;
r=LpSolit; a=LpSolit

template/en/default/bug/dependency-tree.html.tmpl

index db3144f6fbdd1420cf00aefda87606718d904b65..2139f635c630118db46bfb6729a4b7e22e074254 100644 (file)
@@ -22,7 +22,7 @@
   #                 André Batosti <batosti@async.com.br>
   #%]
 
-[% PROCESS global/variables.none.tmpl %]
+[% PROCESS 'global/field-descs.none.tmpl' %]
 
 [% filtered_desc = blocked_tree.$bugid.short_desc FILTER html %]
 [% PROCESS global/header.html.tmpl
 [% END %]
 
 [% BLOCK buginfo %]
-  [% bug.bug_status FILTER html -%] [%+ bug.resolution FILTER html %];
+  [% status_descs.${bug.bug_status} FILTER html -%] [%+ get_resolution(bug.resolution) FILTER html %];
   [%-%] assigned to [% bug.assigned_to.login FILTER html %]
   [%-%][% "; Target: " _ bug.target_milestone IF bug.target_milestone %]
 [% END %]