mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 22:32:46 +00:00
Bug 303527: The bug entry page does not use localised terms for statuses - Patch by Marc Schumann <wurblzap@gmail.com> r=myk a=justdave
This commit is contained in:
parent
ce0ae1eba3
commit
ba87dc7b04
@ -456,9 +456,13 @@ function set_assign_to() {
|
||||
<select name="[% sel.name %]">
|
||||
[%- FOREACH x = ${sel.name} %]
|
||||
<option value="[% x FILTER html %]"
|
||||
[% " selected=\"selected\"" IF x == default.${sel.name} %]>[% x FILTER html -%]
|
||||
</option>
|
||||
[%- END %]
|
||||
[% " selected=\"selected\"" IF x == default.${sel.name} %]>
|
||||
[% IF sel.name == "bug_status" %]
|
||||
[% status_descs.$x FILTER html %]
|
||||
[% ELSE %]
|
||||
[% x FILTER html %]
|
||||
[% END %]</option>
|
||||
[% END %]
|
||||
</select>
|
||||
</td>
|
||||
[% END %]
|
||||
|
Loading…
Reference in New Issue
Block a user