summaryrefslogtreecommitdiffstats
path: root/extensions/BMO
diff options
context:
space:
mode:
authorKohei Yoshino <kohei.yoshino@gmail.com>2018-06-20 19:28:28 +0200
committerDylan William Hardison <dylan@hardison.net>2018-06-20 19:28:28 +0200
commit210068ac876bcf97966f6a593e00c8ac6bcb646c (patch)
treed13913246767433cd893f48aaef26b62d999b33a /extensions/BMO
parent469d5c5f8705289997e50a3f94c700c0dcbfcc36 (diff)
downloadbugzilla-210068ac876bcf97966f6a593e00c8ac6bcb646c.tar.gz
bugzilla-210068ac876bcf97966f6a593e00c8ac6bcb646c.tar.xz
Bug 1419971 - Add new Developer Tools and WebExtensions products to easy product selector on Browse and Enter Bug pages
Diffstat (limited to 'extensions/BMO')
-rw-r--r--extensions/BMO/template/en/default/global/choose-product.html.tmpl16
-rw-r--r--extensions/BMO/web/producticons/devtools.pngbin0 -> 6807 bytes
-rw-r--r--extensions/BMO/web/producticons/webextensions.pngbin0 -> 3711 bytes
3 files changed, 12 insertions, 4 deletions
diff --git a/extensions/BMO/template/en/default/global/choose-product.html.tmpl b/extensions/BMO/template/en/default/global/choose-product.html.tmpl
index 11caca605..679d812e1 100644
--- a/extensions/BMO/template/en/default/global/choose-product.html.tmpl
+++ b/extensions/BMO/template/en/default/global/choose-product.html.tmpl
@@ -91,10 +91,22 @@
icon="firefox_ios.png"
%]
[% INCLUDE easyproduct
+ name="DevTools"
+ icon="devtools.png"
+ %]
+ [% INCLUDE easyproduct
+ name="WebExtensions"
+ icon="webextensions.png"
+ %]
+ [% INCLUDE easyproduct
name="Toolkit"
icon="component.png"
%]
[% INCLUDE easyproduct
+ name="Mozilla Localizations"
+ icon="localization.png"
+ %]
+ [% INCLUDE easyproduct
name="Thunderbird"
icon="thunderbird.png"
%]
@@ -103,10 +115,6 @@
icon="seamonkey.png"
%]
[% INCLUDE easyproduct
- name="Mozilla Localizations"
- icon="localization.png"
- %]
- [% INCLUDE easyproduct
name="Data Platform and Tools"
icon="sync.png"
%]
diff --git a/extensions/BMO/web/producticons/devtools.png b/extensions/BMO/web/producticons/devtools.png
new file mode 100644
index 000000000..9800f654b
--- /dev/null
+++ b/extensions/BMO/web/producticons/devtools.png
Binary files differ
diff --git a/extensions/BMO/web/producticons/webextensions.png b/extensions/BMO/web/producticons/webextensions.png
new file mode 100644
index 000000000..7e5503d97
--- /dev/null
+++ b/extensions/BMO/web/producticons/webextensions.png
Binary files differ