From 2c22fb44b12e7f1cbaa546ebe17f61d9bd8de92f Mon Sep 17 00:00:00 2001 From: Byron Jones Date: Fri, 5 Jun 2015 13:25:41 +0800 Subject: Bug 1171818: link fields to descriptions (where appropriate) --- extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl') diff --git a/extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl b/extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl index d59717233..c40926566 100644 --- a/extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl +++ b/extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl @@ -274,6 +274,7 @@ field = bug_fields.product field_type = constants.FIELD_TYPE_SINGLE_SELECT hide_on_edit = can_edit_product + help = "describecomponents.cgi" %]
@@ -289,6 +290,7 @@ hide_on_view = 1 hide_on_edit = !can_edit_product append_content = 1 + help = "describecomponents.cgi" %] [% PROCESS prodcompsearch/form.html.tmpl @@ -310,6 +312,7 @@ [% WRAPPER bug_modal/field.html.tmpl field = bug_fields.component field_type = constants.FIELD_TYPE_SINGLE_SELECT + help = "describecomponents.cgi" %]
@@ -671,6 +674,7 @@ field = bug_fields.keywords field_type = constants.FIELD_TYPE_KEYWORDS hide_on_view = bug.keyword_objects.size == 0 + help = "describekeywords.cgi" %] [% bug.keyword_objects.pluck("name").join(", ") || "---" FILTER html %] [% END %] @@ -822,6 +826,7 @@ [% WRAPPER bug_modal/field.html.tmpl field = bug_fields.status_whiteboard field_type = constants.FIELD_TYPE_FREETEXT + help = "https://wiki.mozilla.org/BMO/Whiteboard" %] [% bug.status_whiteboard == "" ? "---" : bug.status_whiteboard FILTER html %] [% END %] -- cgit v1.2.3-24-g4f1b