diff options
author | Kohei Yoshino <kohei.yoshino@gmail.com> | 2018-06-20 19:28:28 +0200 |
---|---|---|
committer | Dylan William Hardison <dylan@hardison.net> | 2018-06-20 19:28:28 +0200 |
commit | 210068ac876bcf97966f6a593e00c8ac6bcb646c (patch) | |
tree | d13913246767433cd893f48aaef26b62d999b33a /extensions/BMO/template | |
parent | 469d5c5f8705289997e50a3f94c700c0dcbfcc36 (diff) | |
download | bugzilla-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/template')
-rw-r--r-- | extensions/BMO/template/en/default/global/choose-product.html.tmpl | 16 |
1 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" %] |