summaryrefslogtreecommitdiffstats
path: root/template/en/default/bug/create/create.html.tmpl
diff options
context:
space:
mode:
authorgerv%gerv.net <>2005-05-10 07:49:41 +0200
committergerv%gerv.net <>2005-05-10 07:49:41 +0200
commitdf89108542a59e1a3a3ccf2cdcab61407989bd46 (patch)
tree099321c9ae0440520e6f84acdad4ba10d234dfd5 /template/en/default/bug/create/create.html.tmpl
parentab723ea0b90a8a5aae1b264246a17936d7d230b5 (diff)
downloadbugzilla-df89108542a59e1a3a3ccf2cdcab61407989bd46.tar.gz
bugzilla-df89108542a59e1a3a3ccf2cdcab61407989bd46.tar.xz
Bug 215148 - make status and resolution localisable. Patch by eseyman@linagora.com; r=gerv, a=myk.
Diffstat (limited to 'template/en/default/bug/create/create.html.tmpl')
-rw-r--r--template/en/default/bug/create/create.html.tmpl3
1 files changed, 2 insertions, 1 deletions
diff --git a/template/en/default/bug/create/create.html.tmpl b/template/en/default/bug/create/create.html.tmpl
index b4353a387..cf354ad05 100644
--- a/template/en/default/bug/create/create.html.tmpl
+++ b/template/en/default/bug/create/create.html.tmpl
@@ -22,6 +22,7 @@
#%]
[% PROCESS global/variables.none.tmpl %]
+[% PROCESS "global/field-descs.none.tmpl" %]
[% product_name = product FILTER html %]
[% PROCESS global/header.html.tmpl
@@ -200,7 +201,7 @@ function set_assign_to() {
<input type="hidden" name="bug_status"
value="[% default.bug_status FILTER html %]">
<td align="right" valign="top"><strong>Initial State:</strong></td>
- <td valign="top">[% default.bug_status FILTER html %]</td>
+ <td valign="top">[% status_descs.${default.bug_status} FILTER html %]</td>
[% ELSE %]
[% sel = { description => 'Initial State', name => 'bug_status' } %]
[% INCLUDE select %]