diff options
-rw-r--r-- | extensions/BMO/template/en/default/global/choose-product.html.tmpl | 4 | ||||
-rw-r--r-- | extensions/BMO/web/producticons/firefox_android.png | bin | 0 -> 15997 bytes | |||
-rw-r--r-- | extensions/BMO/web/producticons/firefox_os.png | bin | 0 -> 18928 bytes | |||
-rw-r--r-- | extensions/GuidedBugEntry/template/en/default/guided/products.html.tmpl | 4 |
4 files changed, 4 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 46b85d852..448226fbf 100644 --- a/extensions/BMO/template/en/default/global/choose-product.html.tmpl +++ b/extensions/BMO/template/en/default/global/choose-product.html.tmpl @@ -86,11 +86,11 @@ %] [% INCLUDE easyproduct name="Firefox OS" - icon="firefox.png" + icon="firefox_os.png" %] [% INCLUDE easyproduct name="Firefox for Android" - icon="firefox.png" + icon="firefox_android.png" %] [% INCLUDE easyproduct name="Marketplace" diff --git a/extensions/BMO/web/producticons/firefox_android.png b/extensions/BMO/web/producticons/firefox_android.png Binary files differnew file mode 100644 index 000000000..7f9329082 --- /dev/null +++ b/extensions/BMO/web/producticons/firefox_android.png diff --git a/extensions/BMO/web/producticons/firefox_os.png b/extensions/BMO/web/producticons/firefox_os.png Binary files differnew file mode 100644 index 000000000..5f08dc4f9 --- /dev/null +++ b/extensions/BMO/web/producticons/firefox_os.png diff --git a/extensions/GuidedBugEntry/template/en/default/guided/products.html.tmpl b/extensions/GuidedBugEntry/template/en/default/guided/products.html.tmpl index 2e9a8ea5c..f4e7b81ff 100644 --- a/extensions/GuidedBugEntry/template/en/default/guided/products.html.tmpl +++ b/extensions/GuidedBugEntry/template/en/default/guided/products.html.tmpl @@ -12,11 +12,11 @@ %] [% INCLUDE product_block name="Firefox OS" - icon="firefox.png" + icon="firefox_os.png" %] [% INCLUDE product_block name="Firefox for Android" - icon="firefox.png" + icon="firefox_android.png" %] [% INCLUDE product_block name="Marketplace" |