summaryrefslogtreecommitdiffstats
path: root/template/en/default/whine
diff options
context:
space:
mode:
authorMatt Selsky <selsky@columbia.edu>2011-10-19 18:49:41 +0200
committerTiago Mello <timello@gmail.com>2011-10-19 18:49:41 +0200
commit95dc8c6a81239393f9324c4f38c7853216303bf5 (patch)
tree1d0b1c4f88df85829517b852124efd956297238f /template/en/default/whine
parentb9cf9c6aaceca5904a133ab2813d01763d8e7896 (diff)
downloadbugzilla-95dc8c6a81239393f9324c4f38c7853216303bf5.tar.gz
bugzilla-95dc8c6a81239393f9324c4f38c7853216303bf5.tar.xz
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.tmpl2
-rw-r--r--template/en/default/whine/mail.txt.tmpl2
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) -%]