diff options
author | Matt Selsky <selsky@columbia.edu> | 2011-10-19 14:49:41 -0200 |
---|---|---|
committer | Tiago Mello <timello@gmail.com> | 2011-10-19 14:49:41 -0200 |
commit | 95dc8c6a81239393f9324c4f38c7853216303bf5 (patch) | |
tree | 1d0b1c4f88df85829517b852124efd956297238f /template/en/default/whine | |
parent | b9cf9c6aaceca5904a133ab2813d01763d8e7896 (diff) | |
download | bugs-95dc8c6a81239393f9324c4f38c7853216303bf5.tar bugs-95dc8c6a81239393f9324c4f38c7853216303bf5.tar.gz bugs-95dc8c6a81239393f9324c4f38c7853216303bf5.tar.bz2 bugs-95dc8c6a81239393f9324c4f38c7853216303bf5.tar.xz bugs-95dc8c6a81239393f9324c4f38c7853216303bf5.zip |
Bug 451804: Change templates to use field_descs.rep_platform
instead o hard coded 'Platform'.
r=timello, a=LpSolit
Diffstat (limited to 'template/en/default/whine')
-rw-r--r-- | template/en/default/whine/mail.html.tmpl | 2 | ||||
-rw-r--r-- | template/en/default/whine/mail.txt.tmpl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/template/en/default/whine/mail.html.tmpl b/template/en/default/whine/mail.html.tmpl index ae4f00cfc..ae51ffed7 100644 --- a/template/en/default/whine/mail.html.tmpl +++ b/template/en/default/whine/mail.html.tmpl @@ -63,7 +63,7 @@ <th align="left">ID</th> <th align="left">Sev</th> <th align="left">Pri</th> - <th align="left">Plt</th> + <th align="left">HW</th> <th align="left">Assignee</th> <th align="left">Status</th> <th align="left">Resolution</th> diff --git a/template/en/default/whine/mail.txt.tmpl b/template/en/default/whine/mail.txt.tmpl index aa830243d..d6b43de6b 100644 --- a/template/en/default/whine/mail.txt.tmpl +++ b/template/en/default/whine/mail.txt.tmpl @@ -48,7 +48,7 @@ [%+ urlbase %]show_bug.cgi?id=[% bug.bug_id +%] Priority: [%+ display_value("priority", bug.priority) -%] [% field_descs.bug_severity %]: [%+ display_value("bug_severity", bug.bug_severity) -%] - Platform: [%+ display_value("rep_platform", bug.rep_platform) %] + [%+ field.descs.rep_platform %]: [%+ display_value("rep_platform", bug.rep_platform) %] Assignee: [%+ bug.assigned_to %] Status: [%+ display_value("bug_status", bug.bug_status) %] [%- IF bug.resolution -%] Resolution: [% display_value("resolution", bug.resolution) -%] |