diff options
author | lpsolit%gmail.com <> | 2008-09-17 18:11:28 +0200 |
---|---|---|
committer | lpsolit%gmail.com <> | 2008-09-17 18:11:28 +0200 |
commit | 7892f58f394c739d68183319c8c516ff694a61d9 (patch) | |
tree | 09d90100a58cc7c06839ec8a059daf7e84ce2dda /template/en/default/bug | |
parent | fafc1b6ca0b40c72fa636a08661f6d585d2cc6eb (diff) | |
download | bugzilla-7892f58f394c739d68183319c8c516ff694a61d9.tar.gz bugzilla-7892f58f394c739d68183319c8c516ff694a61d9.tar.xz |
Bug 453023: The "Importance" label in show_bug.cgi should point to the severity and priority descriptions - Patch by Frédéric Buclin <LpSolit@gmail.com> r=ghendricks a=LpSolit
Diffstat (limited to 'template/en/default/bug')
-rw-r--r-- | template/en/default/bug/edit.html.tmpl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/template/en/default/bug/edit.html.tmpl b/template/en/default/bug/edit.html.tmpl index 9dc7cba00..89d5319fa 100644 --- a/template/en/default/bug/edit.html.tmpl +++ b/template/en/default/bug/edit.html.tmpl @@ -435,7 +435,8 @@ [%###############################################################%] <tr> <td class="field_label"> - <label for="priority" accesskey="i"><b><u>I</u>mportance</b></label>: + <label for="priority" accesskey="i"> + <b><a href="page.cgi?id=fields.html#importance"><u>I</u>mportance</a></b></label>: </td> <td> [% PROCESS select selname => "priority" no_td=>1 %] |