From: Matt Selsky Date: Thu, 11 Dec 2014 18:03:36 +0000 (+0000) Subject: 1099029: Display localized bug statuses in tooltips when editing the bug status workf... X-Git-Tag: release-5.1.1~422 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8ab6357c5ad5aca8ecc0a622a3d0ceed7e3eb905;p=thirdparty%2Fbugzilla.git 1099029: Display localized bug statuses in tooltips when editing the bug status workflow. r=gerv, a=simon. --- diff --git a/template/en/default/admin/workflow/edit.html.tmpl b/template/en/default/admin/workflow/edit.html.tmpl index a85db2339d..d7d31cbc91 100644 --- a/template/en/default/admin/workflow/edit.html.tmpl +++ b/template/en/default/admin/workflow/edit.html.tmpl @@ -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 %] + title="From [% display_value("bug_status", status.name) FILTER html %] to [% display_value("bug_status", new_status.name) FILTER html %]">