diff options
author | Matt Selsky <selsky@columbia.edu> | 2011-10-19 18:49:41 +0200 |
---|---|---|
committer | Tiago Mello <timello@gmail.com> | 2011-10-19 18:49:41 +0200 |
commit | 95dc8c6a81239393f9324c4f38c7853216303bf5 (patch) | |
tree | 1d0b1c4f88df85829517b852124efd956297238f /template/en/default/bug/create | |
parent | b9cf9c6aaceca5904a133ab2813d01763d8e7896 (diff) | |
download | bugzilla-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/create')
-rw-r--r-- | template/en/default/bug/create/create-guided.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/bug/create/create-guided.html.tmpl b/template/en/default/bug/create/create-guided.html.tmpl index 9c01e2342..484933231 100644 --- a/template/en/default/bug/create/create-guided.html.tmpl +++ b/template/en/default/bug/create/create-guided.html.tmpl @@ -217,7 +217,7 @@ function PutDescription() { <tr bgcolor="[% tablecolour %]"> <td align="right" valign="top"> - <b>Hardware Platform</b> + <b>[% field_descs.rep_platform FILTER html %]</b> </td> <td valign="top"> [% PROCESS select sel = 'rep_platform' %] |