summaryrefslogtreecommitdiffstats
path: root/template/en/default/bug/edit.html.tmpl
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/bug/edit.html.tmpl
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/bug/edit.html.tmpl')
-rw-r--r--template/en/default/bug/edit.html.tmpl3
1 files changed, 2 insertions, 1 deletions
diff --git a/template/en/default/bug/edit.html.tmpl b/template/en/default/bug/edit.html.tmpl
index 6a7f76c87..99b231c8e 100644
--- a/template/en/default/bug/edit.html.tmpl
+++ b/template/en/default/bug/edit.html.tmpl
@@ -297,7 +297,8 @@
[%############%]
<tr>
<td class="field_label">
- <label for="rep_platform" accesskey="h"><b>Platform</b></label>:
+ <label for="rep_platform" accesskey="h">
+ <b>[% field_descs.rep_platform FILTER html %]</b></label>:
</td>
<td class="field_value">
[% INCLUDE bug/field.html.tmpl