summaryrefslogtreecommitdiffstats
path: root/extensions/GuidedBugEntry
diff options
context:
space:
mode:
authorByron Jones <glob@mozilla.com>2011-11-28 17:56:12 +0100
committerDave Lawrence <dlawrence@mozilla.com>2011-11-28 17:56:12 +0100
commitd90ebb1b332c39d772657859c951a1c47f2b4aad (patch)
treebcba555e46a88f12cde962d7a1736eeebf397817 /extensions/GuidedBugEntry
parent3186135d61e6c654484204e5e4a04c38d34780b6 (diff)
downloadbugzilla-d90ebb1b332c39d772657859c951a1c47f2b4aad.tar.gz
bugzilla-d90ebb1b332c39d772657859c951a1c47f2b4aad.tar.xz
Bug 704537: replace fennec with fennec native in the guided entry
Diffstat (limited to 'extensions/GuidedBugEntry')
-rw-r--r--extensions/GuidedBugEntry/template/en/default/guided/products.html.tmpl4
-rw-r--r--extensions/GuidedBugEntry/web/js/products.js12
2 files changed, 13 insertions, 3 deletions
diff --git a/extensions/GuidedBugEntry/template/en/default/guided/products.html.tmpl b/extensions/GuidedBugEntry/template/en/default/guided/products.html.tmpl
index 23d73d61f..c3991657f 100644
--- a/extensions/GuidedBugEntry/template/en/default/guided/products.html.tmpl
+++ b/extensions/GuidedBugEntry/template/en/default/guided/products.html.tmpl
@@ -29,8 +29,8 @@
icon="firefox.png"
%]
[% INCLUDE product_block
- name="Fennec"
- caption="Firefox for Mobile (Fennec)"
+ name="Fennec Native"
+ caption="Firefox for Mobile (Android)"
icon="fennec.png"
%]
[% INCLUDE product_block
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 ' +