From 0e67941defa509229a33b3b20d2ff2660f8728cb Mon Sep 17 00:00:00 2001 From: Byron Jones Date: Mon, 24 Feb 2014 21:51:03 +0800 Subject: Bug 975546: backport bug 861582 to bmo (Missing description in the "Bug Fields" page for "Importance") --- template/en/default/bug/field-help.none.tmpl | 4 ++++ template/en/default/pages/fields.html.tmpl | 5 +++++ 2 files changed, 9 insertions(+) diff --git a/template/en/default/bug/field-help.none.tmpl b/template/en/default/bug/field-help.none.tmpl index a9449fbcd..9985e4172 100644 --- a/template/en/default/bug/field-help.none.tmpl +++ b/template/en/default/bug/field-help.none.tmpl @@ -89,6 +89,10 @@ estimated_time => "The amount of time that has been estimated it will take to resolve this ${terms.bug}.", +importance => + "The importance of $terms.abug is described as the combination of + its $vars.field_descs.priority and ${vars.field_descs.bug_severity}.", + keywords => "You can add keywords from a defined list to $terms.bugs, in order" _ " to easily identify and group them.", diff --git a/template/en/default/pages/fields.html.tmpl b/template/en/default/pages/fields.html.tmpl index 568245653..6c63d851d 100644 --- a/template/en/default/pages/fields.html.tmpl +++ b/template/en/default/pages/fields.html.tmpl @@ -202,6 +202,11 @@ field => field } %] [% END %] +[%# This field is not a real one, but its label is visible in bugs. %] + +[% field_help_map.Importance = { help => help_html.importance, + field => "importance" } %] + [%# These are fields that don't need to be documented, either because # they have docs somewhere else in the UI, or they don't show up on bugs. # %] -- cgit v1.2.3-24-g4f1b