diff options
author | Simon Green <sgreen@redhat.com> | 2013-07-26 02:05:17 +0200 |
---|---|---|
committer | Simon Green <sgreen@redhat.com> | 2013-07-26 02:05:17 +0200 |
commit | 9c1713d5156cabe1b2de4924d26fd7094d184224 (patch) | |
tree | 866def1067596049ccf9bbcef3257deeb3988dbd | |
parent | 74954fdd596cfc5c29d4e31310e584ffd4541313 (diff) | |
download | bugzilla-9c1713d5156cabe1b2de4924d26fd7094d184224.tar.gz bugzilla-9c1713d5156cabe1b2de4924d26fd7094d184224.tar.xz |
Bug 893618 - Bug status anchor different on create and modify bug page
r=LpSolit, a=glob
-rw-r--r-- | template/en/default/bug/edit.html.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/template/en/default/bug/edit.html.tmpl b/template/en/default/bug/edit.html.tmpl index 8a3a6082c..54e1cdb7a 100644 --- a/template/en/default/bug/edit.html.tmpl +++ b/template/en/default/bug/edit.html.tmpl @@ -297,7 +297,7 @@ [% BLOCK section_status %] <tr> <th class="field_label"> - <a href="page.cgi?id=fields.html#status">Status</a>: + <a href="page.cgi?id=fields.html#bug_status">Status</a>: </th> <td id="bz_field_status"> <span id="static_bug_status"> @@ -1105,7 +1105,7 @@ class="status" cellspacing="0" cellpadding="0"> <tr> <th class="field_label"> - <a href="page.cgi?id=fields.html#status">Status</a>: + <a href="page.cgi?id=fields.html#bug_status">Status</a>: </th> <td> [% PROCESS bug/knob.html.tmpl %] |