]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
1099029: Display localized bug statuses in tooltips when editing the bug status workf...
authorMatt Selsky <selsky@columbia.edu>
Thu, 11 Dec 2014 18:03:36 +0000 (18:03 +0000)
committerGervase Markham <gerv@gerv.net>
Thu, 11 Dec 2014 18:03:36 +0000 (18:03 +0000)
template/en/default/admin/workflow/edit.html.tmpl

index a85db2339daaa6d8483cca1288209200faf0de96..d7d31cbc91f03d26999f5bc74e402b80f7655deb 100644 (file)
@@ -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 %]