diff options
author | lpsolit%gmail.com <> | 2005-08-22 04:55:42 +0200 |
---|---|---|
committer | lpsolit%gmail.com <> | 2005-08-22 04:55:42 +0200 |
commit | 86876b1472b6bccc1fd37927694637d99220cdb9 (patch) | |
tree | 0a5a2d4499f5ff54da72f01b6e4934a5d069df89 /template/en | |
parent | 353e7fc0eadd7f3622d036713aa402ce5868ac9a (diff) | |
download | bugzilla-86876b1472b6bccc1fd37927694637d99220cdb9.tar.gz bugzilla-86876b1472b6bccc1fd37927694637d99220cdb9.tar.xz |
Bug 304335: Status and resolution empty in whine mails - Patch by Marc Schumann <wurblzap@gmail.com> r=LpSolit a=myk
Diffstat (limited to 'template/en')
-rw-r--r-- | template/en/default/whine/mail.html.tmpl | 3 | ||||
-rw-r--r-- | template/en/default/whine/mail.txt.tmpl | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/template/en/default/whine/mail.html.tmpl b/template/en/default/whine/mail.html.tmpl index 1b8ac1631..d81043a36 100644 --- a/template/en/default/whine/mail.html.tmpl +++ b/template/en/default/whine/mail.html.tmpl @@ -30,6 +30,7 @@ #%] [% PROCESS global/variables.none.tmpl %] +[% PROCESS 'global/field-descs.none.tmpl' %] [%# assignee_login_string is a literal string used for getting the # assignee's name out of the bug data %] @@ -83,7 +84,7 @@ <td align="left">[% bug.rep_platform FILTER html %]</td> <td align="left">[% bug.$assignee_login_string FILTER html %]</td> <td align="left">[% status_descs.${bug.bug_status} FILTER html %]</td> - <td align="left">[% resolutions.descs.${bug.resolution} FILTER html %]</td> + <td align="left">[% resolution_descs.${bug.resolution} FILTER html %]</td> <td align="left">[% bug.short_desc FILTER html %]</td> </tr> [% END %] diff --git a/template/en/default/whine/mail.txt.tmpl b/template/en/default/whine/mail.txt.tmpl index d42437d42..962972197 100644 --- a/template/en/default/whine/mail.txt.tmpl +++ b/template/en/default/whine/mail.txt.tmpl @@ -30,6 +30,7 @@ #%] [% PROCESS global/variables.none.tmpl %] +[% PROCESS 'global/field-descs.none.tmpl' %] [%# assignee_login_string is a literal string used for getting the # assignee's name out of the bug data %] |