From dbe356e60a0aed4b498001c603a86d0f648fa229 Mon Sep 17 00:00:00 2001 From: "mkanat%bugzilla.org" <> Date: Wed, 30 Sep 2009 22:33:18 +0000 Subject: Bug 512623: Implement the basic infrastructure for localization of all custom and standard field values Patch by Max Kanat-Alexander r=LpSolit, a=LpSolit --- template/en/default/bug/field.html.tmpl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'template/en/default/bug') diff --git a/template/en/default/bug/field.html.tmpl b/template/en/default/bug/field.html.tmpl index b5184cccf..26735950d 100644 --- a/template/en/default/bug/field.html.tmpl +++ b/template/en/default/bug/field.html.tmpl @@ -152,7 +152,8 @@ %] class="bz_hidden_option" disabled="disabled" [% END %]> - [%- legal_value.name FILTER html %] + [%- display_value(field.name, legal_value.name) FILTER html ~%] + [% END %] [%# When you pass an empty multi-select in the web interface, -- cgit v1.2.3-24-g4f1b