From fd01bab71562adc79c1f67d89b097caaf85a4853 Mon Sep 17 00:00:00 2001 From: David Lawrence Date: Mon, 6 Feb 2017 16:03:47 +0000 Subject: Bug 1237790 - The experimental user interface doesn't provide link to help of bug fields --- template/en/default/bug/edit.html.tmpl | 14 +++++++------- template/en/default/bug/field-label.html.tmpl | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) (limited to 'template/en/default/bug') 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 @@ - What do these fields mean? + What do these fields mean? [% PROCESS commit_button id="_top"%] @@ -384,7 +384,7 @@ [% BLOCK section_status %] - Status: + Status: @@ -443,7 +443,7 @@ : + Importance [% INCLUDE bug/field.html.tmpl @@ -462,7 +462,7 @@ : [% PROCESS select selname = "target_milestone" %] @@ -479,7 +479,7 @@ - Assigned To: + Assigned To: [% IF bug.check_can_change_field("assigned_to", 0, 1) %] @@ -579,7 +579,7 @@ : @@ -1218,7 +1218,7 @@ class="status" cellspacing="0" cellpadding="0"> - Status: + Status: [% 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 %]: -- cgit v1.2.3-24-g4f1b