From: gerv%gerv.net <> Date: Tue, 10 May 2005 05:49:41 +0000 (+0000) Subject: Bug 215148 - make status and resolution localisable. Patch by eseyman@linagora.com... X-Git-Tag: bugzilla-2.19.3~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=df89108542a59e1a3a3ccf2cdcab61407989bd46;p=thirdparty%2Fbugzilla.git Bug 215148 - make status and resolution localisable. Patch by eseyman@linagora.com; r=gerv, a=myk. --- diff --git a/template/en/default/bug/create/create.html.tmpl b/template/en/default/bug/create/create.html.tmpl index b4353a387c..cf354ad05f 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() { Initial State: - [% default.bug_status FILTER html %] + [% status_descs.${default.bug_status} FILTER html %] [% ELSE %] [% sel = { description => 'Initial State', name => 'bug_status' } %] [% INCLUDE select %] diff --git a/template/en/default/bug/edit.html.tmpl b/template/en/default/bug/edit.html.tmpl index d15cf91026..84b7774c17 100644 --- a/template/en/default/bug/edit.html.tmpl +++ b/template/en/default/bug/edit.html.tmpl @@ -22,6 +22,8 @@ [% PROCESS global/variables.none.tmpl %] +[% PROCESS "global/field-descs.none.tmpl" %] + [% PROCESS bug/time.html.tmpl %]