From: dklawren Date: Fri, 19 Jul 2019 17:53:32 +0000 (-0400) Subject: Bug 1566997 - Add Firefox Brand to New Bug Flow X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=677ffa2d177e018e202edf1c18e24a809172bdbf;p=thirdparty%2Fbugzilla.git Bug 1566997 - Add Firefox Brand to New Bug Flow --- 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 5233ac403..8a5d42644 100644 --- a/extensions/BMO/template/en/default/global/choose-product.html.tmpl +++ b/extensions/BMO/template/en/default/global/choose-product.html.tmpl @@ -115,6 +115,10 @@ name="GeckoView" icon="firefox_android.png" %] + [% INCLUDE easyproduct + name="Firefox Brand" + icon="firefox_brand.png" + %] [% INCLUDE easyproduct name="Mozilla Localizations" icon="localization.png" diff --git a/extensions/BMO/web/producticons/firefox_brand.png b/extensions/BMO/web/producticons/firefox_brand.png new file mode 100644 index 000000000..d0dfdda37 Binary files /dev/null and b/extensions/BMO/web/producticons/firefox_brand.png differ