summaryrefslogtreecommitdiffstats
path: root/extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl
diff options
context:
space:
mode:
authorByron Jones <glob@mozilla.com>2015-06-05 07:25:41 +0200
committerByron Jones <glob@mozilla.com>2015-06-05 07:25:41 +0200
commit2c22fb44b12e7f1cbaa546ebe17f61d9bd8de92f (patch)
tree893846a53acd34c6ad5764642a264a6f218aa673 /extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl
parentcfeb11bd563ef4fba2e8154e18724400cd0a3838 (diff)
downloadbugzilla-2c22fb44b12e7f1cbaa546ebe17f61d9bd8de92f.tar.gz
bugzilla-2c22fb44b12e7f1cbaa546ebe17f61d9bd8de92f.tar.xz
Bug 1171818: link fields to descriptions (where appropriate)
Diffstat (limited to 'extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl')
-rw-r--r--extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl5
1 files changed, 5 insertions, 0 deletions
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"
%]
<span class="spin-latch" id="product-latch" data-latch="#product-latch" data-for="#product-info">&#9656;</span>
<div class="spin-toggle" data-latch="#product-latch" data-for="#product-info">
@@ -289,6 +290,7 @@
hide_on_view = 1
hide_on_edit = !can_edit_product
append_content = 1
+ help = "describecomponents.cgi"
%]
<span id="product-search-container">
[% 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"
%]
<span class="spin-latch" id="component-latch" data-latch="#component-latch" data-for="#component-info">&#9656;</span>
<div class="spin-toggle" data-latch="#component-latch" data-for="#component-info">
@@ -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 %]