From 832be61ce419f06cc682e7afc07d9197592a6bf5 Mon Sep 17 00:00:00 2001 From: "mkanat%bugzilla.org" <> Date: Wed, 30 Sep 2009 22:34:31 +0000 Subject: Bug 512623: Change get_status and get_resolution to display_value everywhere. Patch by Max Kanat-Alexander r=LpSolit, a=LpSolit --- template/en/default/whine/mail.html.tmpl | 4 ++-- template/en/default/whine/mail.txt.tmpl | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'template/en/default/whine') diff --git a/template/en/default/whine/mail.html.tmpl b/template/en/default/whine/mail.html.tmpl index e1df9dbad..d25bcd4dd 100644 --- a/template/en/default/whine/mail.html.tmpl +++ b/template/en/default/whine/mail.html.tmpl @@ -82,8 +82,8 @@ [% bug.priority FILTER html %] [% bug.rep_platform FILTER html %] [% bug.$assignee_login_string FILTER html %] - [% get_status(bug.bug_status) FILTER html %] - [% get_resolution(bug.resolution) FILTER html %] + [% display_value("bug_status", bug.bug_status) FILTER html %] + [% display_value("resolution", bug.resolution) FILTER html %] [% bug.short_desc FILTER html %] [% END %] diff --git a/template/en/default/whine/mail.txt.tmpl b/template/en/default/whine/mail.txt.tmpl index 4375ee13b..6df8d4346 100644 --- a/template/en/default/whine/mail.txt.tmpl +++ b/template/en/default/whine/mail.txt.tmpl @@ -57,8 +57,8 @@ Severity: [%+ bug.bug_severity -%] Platform: [%+ bug.rep_platform %] Assignee: [%+ bug.$assignee_login_string %] - Status: [%+ get_status(bug.bug_status) %] - [%- IF bug.resolution -%] Resolution: [% get_resolution(bug.resolution) -%] + Status: [%+ display_value("bug_status", bug.bug_status) %] + [%- IF bug.resolution -%] Resolution: [% display_value("resolution", bug.resolution) -%] [%- END %] Summary: [% bug.short_desc %] -- cgit v1.2.3-24-g4f1b