From 63e9405e087c1537cb002434925151ed42926656 Mon Sep 17 00:00:00 2001 From: "gerv%gerv.net" Date: Mon, 9 May 2005 22:49:45 +0000 Subject: [PATCH] Bug 215148 - make status and resolution localisable. Patch by eseyman@linagora.com; r=gerv, a=myk. git-svn-id: svn://10.0.0.236/trunk@173229 18797224-902f-48f8-a5cc-f745e15eee43 --- .../en/default/bug/create/create.html.tmpl | 3 +- .../template/en/default/bug/edit.html.tmpl | 22 +++---- .../template/en/default/bug/knob.html.tmpl | 20 +++---- .../en/default/global/field-descs.none.tmpl | 18 ++++++ .../en/default/list/edit-multiple.html.tmpl | 8 +-- .../en/default/pages/fields.html.tmpl | 59 ++++++++++--------- .../template/en/default/whine/mail.html.tmpl | 4 +- .../template/en/default/whine/mail.txt.tmpl | 4 +- 8 files changed, 80 insertions(+), 58 deletions(-) diff --git a/mozilla/webtools/bugzilla/template/en/default/bug/create/create.html.tmpl b/mozilla/webtools/bugzilla/template/en/default/bug/create/create.html.tmpl index b4353a387c3..cf354ad05f1 100644 --- a/mozilla/webtools/bugzilla/template/en/default/bug/create/create.html.tmpl +++ b/mozilla/webtools/bugzilla/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/mozilla/webtools/bugzilla/template/en/default/bug/edit.html.tmpl b/mozilla/webtools/bugzilla/template/en/default/bug/edit.html.tmpl index d15cf91026d..84b7774c174 100644 --- a/mozilla/webtools/bugzilla/template/en/default/bug/edit.html.tmpl +++ b/mozilla/webtools/bugzilla/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 %]