summaryrefslogtreecommitdiffstats
path: root/template/en/default/bug
diff options
context:
space:
mode:
authorDavid Lawrence <dkl@mozilla.com>2017-02-06 17:03:47 +0100
committerDavid Lawrence <dkl@mozilla.com>2017-02-06 17:03:47 +0100
commitfd01bab71562adc79c1f67d89b097caaf85a4853 (patch)
treeff7e2787cfe95bf18f0a3136b6703bb7d186ed93 /template/en/default/bug
parenta7317dc144b515eef5f21a2bdbd4ea60a7134db5 (diff)
downloadbugzilla-fd01bab71562adc79c1f67d89b097caaf85a4853.tar.gz
bugzilla-fd01bab71562adc79c1f67d89b097caaf85a4853.tar.xz
Bug 1237790 - The experimental user interface doesn't provide link to help of bug fields
Diffstat (limited to 'template/en/default/bug')
-rw-r--r--template/en/default/bug/edit.html.tmpl14
-rw-r--r--template/en/default/bug/field-label.html.tmpl2
2 files changed, 8 insertions, 8 deletions
diff --git a/template/en/default/bug/edit.html.tmpl b/template/en/default/bug/edit.html.tmpl
index 2d0286292..164602ff2 100644
--- a/template/en/default/bug/edit.html.tmpl
+++ b/template/en/default/bug/edit.html.tmpl
@@ -142,7 +142,7 @@
<tr>
<td colspan="2">
<span style="float:left">
- <a href="page.cgi?id=fields.html">What do these fields mean?</a>
+ <a href="https://wiki.mozilla.org/BMO/UserGuide/BugFields">What do these fields mean?</a>
</span>
[% PROCESS commit_button id="_top"%]
</td>
@@ -384,7 +384,7 @@
[% BLOCK section_status %]
<tr>
<th class="field_label">
- <a href="page.cgi?id=fields.html#status">Status</a>:
+ <a href="https://wiki.mozilla.org/BMO/UserGuide/BugFields#bug_status">Status</a>:
</th>
<td id="bz_field_status">
<span id="static_bug_status">
@@ -443,7 +443,7 @@
<tr>
<th class="field_label">
<label for="priority" accesskey="i">
- <a href="page.cgi?id=fields.html#importance"><u>I</u>mportance</a></label>:
+ <a href="https://wiki.mozilla.org/BMO/UserGuide/BugFields#importance"><u>I</u>mportance</a></label>
</th>
<td>
[% INCLUDE bug/field.html.tmpl
@@ -462,7 +462,7 @@
<tr>
<th class="field_label">
<label for="target_milestone">
- <a href="page.cgi?id=fields.html#target_milestone">
+ <a href="https://wiki.mozilla.org/BMO/UserGuide/BugFields#target_milestone">
Target&nbsp;Milestone</a></label>:
</th>
[% PROCESS select selname = "target_milestone" %]
@@ -479,7 +479,7 @@
<tr>
<th class="field_label">
- <a href="page.cgi?id=fields.html#assigned_to">Assigned To</a>:
+ <a href="https://wiki.mozilla.org/BMO/UserGuide/BugFields#assigned_to">Assigned To</a>:
</th>
<td>
[% IF bug.check_can_change_field("assigned_to", 0, 1) %]
@@ -579,7 +579,7 @@
<tr>
<th class="field_label">
<label for="triage_owner">
- <a href="page.cgi?id=fields.html#triage_owner">
+ <a href="https://wiki.mozilla.org/BMO/UserGuide/BugFields#triage_owner">
Triage&nbsp;Owner</a></label>:
</th>
<td>
@@ -1218,7 +1218,7 @@
class="status" cellspacing="0" cellpadding="0">
<tr>
<th class="field_label">
- <a href="page.cgi?id=fields.html#status">Status</a>:
+ <a href="https://wiki.mozilla.org/BMO/UserGuide/BugFields#bug_status">Status</a>:
</th>
<td>
[% PROCESS bug/knob.html.tmpl %]
diff --git a/template/en/default/bug/field-label.html.tmpl b/template/en/default/bug/field-label.html.tmpl
index ecb49318e..94180fabc 100644
--- a/template/en/default/bug/field-label.html.tmpl
+++ b/template/en/default/bug/field-label.html.tmpl
@@ -45,7 +45,7 @@
[% IF desc_url %]
href="[% desc_url FILTER html %]"
[% ELSE %]
- href="page.cgi?id=fields.html#[% field.name FILTER uri %]"
+ href="https://wiki.mozilla.org/BMO/UserGuide/BugFields#[% field.name FILTER uri %]"
[% END %]
>[%- field_descs.${field.name} FILTER html %]:</a>