diff options
author | Byron Jones <glob@mozilla.com> | 2011-11-28 17:56:12 +0100 |
---|---|---|
committer | Dave Lawrence <dlawrence@mozilla.com> | 2011-11-28 17:56:12 +0100 |
commit | d90ebb1b332c39d772657859c951a1c47f2b4aad (patch) | |
tree | bcba555e46a88f12cde962d7a1736eeebf397817 /extensions/GuidedBugEntry/web | |
parent | 3186135d61e6c654484204e5e4a04c38d34780b6 (diff) | |
download | bugzilla-d90ebb1b332c39d772657859c951a1c47f2b4aad.tar.gz bugzilla-d90ebb1b332c39d772657859c951a1c47f2b4aad.tar.xz |
Bug 704537: replace fennec with fennec native in the guided entry
Diffstat (limited to 'extensions/GuidedBugEntry/web')
-rw-r--r-- | extensions/GuidedBugEntry/web/js/products.js | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/extensions/GuidedBugEntry/web/js/products.js b/extensions/GuidedBugEntry/web/js/products.js index cdab695fc..c6fc25e75 100644 --- a/extensions/GuidedBugEntry/web/js/products.js +++ b/extensions/GuidedBugEntry/web/js/products.js @@ -61,7 +61,17 @@ var products = { }, "Fennec": { - related: [ "Core", "Toolkit" ], + related: [ "Fennec Native", "Core", "Toolkit" ], + detectPlatform: true, + support: + 'If you are new to Firefox or Bugzilla, please consider checking ' + + '<a href="http://support.mozilla.com/">' + + '<img src="extensions/GuidedBugEntry/web/images/sumo.png" width="16" height="16" align="absmiddle">' + + ' <b>Firefox Help</b></a> instead of creating a bug.' + }, + + "Fennec Native": { + related: [ "Fennec", "Core", "Toolkit" ], detectPlatform: true, support: 'If you are new to Firefox or Bugzilla, please consider checking ' + |