diff options
author | gerv%gerv.net <> | 2005-05-10 07:49:41 +0200 |
---|---|---|
committer | gerv%gerv.net <> | 2005-05-10 07:49:41 +0200 |
commit | df89108542a59e1a3a3ccf2cdcab61407989bd46 (patch) | |
tree | 099321c9ae0440520e6f84acdad4ba10d234dfd5 /template/en/default/bug/create | |
parent | ab723ea0b90a8a5aae1b264246a17936d7d230b5 (diff) | |
download | bugzilla-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')
-rw-r--r-- | template/en/default/bug/create/create.html.tmpl | 3 |
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 %] |