]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 1566997 - Add Firefox Brand to New Bug Flow
authordklawren <dklawren@users.noreply.github.com>
Fri, 19 Jul 2019 17:53:32 +0000 (13:53 -0400)
committerGitHub <noreply@github.com>
Fri, 19 Jul 2019 17:53:32 +0000 (13:53 -0400)
extensions/BMO/template/en/default/global/choose-product.html.tmpl
extensions/BMO/web/producticons/firefox_brand.png [new file with mode: 0644]

index 5233ac403a6d876fb86a8a3b27911de5b94af531..8a5d4264480143d88b03207d40aaf818113d8df4 100644 (file)
       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 (file)
index 0000000..d0dfdda
Binary files /dev/null and b/extensions/BMO/web/producticons/firefox_brand.png differ