Commit 8ab6357c authored by Matt Selsky's avatar Matt Selsky Committed by Gervase Markham

1099029: Display localized bug statuses in tooltips when editing the bug status…

1099029: Display localized bug statuses in tooltips when editing the bug status workflow. r=gerv, a=simon.
parent 4d1c399f
......@@ -62,7 +62,7 @@
[% checked = workflow.${status.id}.${new_status.id}.defined ? 1 : 0 %]
[% mandatory = (status.id && new_status.name == Param("duplicate_or_move_bug_status")) ? 1 : 0 %]
<td class="[% "checked" IF checked || mandatory %]"
title="From [% status.name FILTER html %] to [% new_status.name FILTER html %]">
title="From [% display_value("bug_status", status.name) FILTER html %] to [% display_value("bug_status", new_status.name) FILTER html %]">
<input type="checkbox" name="w_[% status.id %]_[% new_status.id %]"
id="w_[% status.id %]_[% new_status.id %]" onclick="toggle_cell(this)"
[%+ "checked='checked'" IF checked || mandatory %]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment