diff options
author | Byron Jones <bjones@mozilla.com> | 2012-01-03 15:20:45 +0100 |
---|---|---|
committer | Byron Jones <bjones@mozilla.com> | 2012-01-03 15:20:45 +0100 |
commit | 3bd91966b819ce30368d5df22059458beba9d12a (patch) | |
tree | 2ebe438edd2d848c1ceaa4e116f4fce855911f50 /extensions/GuidedBugEntry/template/en/default | |
parent | 173cf5e3efb836eb0e2ecffc9c87ebe82304cbe5 (diff) | |
download | bugzilla-3bd91966b819ce30368d5df22059458beba9d12a.tar.gz bugzilla-3bd91966b819ce30368d5df22059458beba9d12a.tar.xz |
bug 713165: update guided bug entry to force firefox bugs into the untriaged component
Diffstat (limited to 'extensions/GuidedBugEntry/template/en/default')
-rw-r--r-- | extensions/GuidedBugEntry/template/en/default/guided/guided.html.tmpl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/extensions/GuidedBugEntry/template/en/default/guided/guided.html.tmpl b/extensions/GuidedBugEntry/template/en/default/guided/guided.html.tmpl index 37c4c5590..4cb28235e 100644 --- a/extensions/GuidedBugEntry/template/en/default/guided/guided.html.tmpl +++ b/extensions/GuidedBugEntry/template/en/default/guided/guided.html.tmpl @@ -398,7 +398,7 @@ explain how to write effective [% terms.bug %] reports.</li> </div> </tr> -<tr class="odd"> +<tr class="odd" id="componentTR"> <td valign="top"> <div class="label"> Component: @@ -514,6 +514,7 @@ explain how to write effective [% terms.bug %] reports.</li> <td colspan="2" id="submitTD"> <input type="submit" id="submit" value="Submit [% terms.Bug %]"> </td> + <td> </td> </tr> </table> |