From a44e152480c9c22ca9b3a89da774317c5590d21b Mon Sep 17 00:00:00 2001 From: "mkanat%bugzilla.org" <> Date: Wed, 18 Nov 2009 07:04:57 +0000 Subject: Bug 519142: Replace IF/ELSE statements about bug_status/resolution with just a display_value call, and use display_value in more places to translate field values. Patch by Vitaly Fedrushkov r=mkanat, a=mkanat --- template/en/default/reports/duplicates-table.html.tmpl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'template/en/default/reports/duplicates-table.html.tmpl') diff --git a/template/en/default/reports/duplicates-table.html.tmpl b/template/en/default/reports/duplicates-table.html.tmpl index f651a7fd4..8950f340a 100644 --- a/template/en/default/reports/duplicates-table.html.tmpl +++ b/template/en/default/reports/duplicates-table.html.tmpl @@ -127,9 +127,9 @@
[% bug.delta %]
[% bug.component FILTER html %] -
[% bug.bug_severity FILTER html %]
-
[% bug.op_sys FILTER html %]
-
[% bug.target_milestone FILTER html %]
+
[% display_value("bug_severity", bug.bug_severity ) FILTER html %]
+
[% display_value("op_sys", bug.op_sys ) FILTER html %]
+
[% display_value("target_milestone", bug.target_milestone) FILTER html %]
[% bug.short_desc FILTER html %] [% END %] -- cgit v1.2.3-24-g4f1b