This file is used only for automated testing for google tag manager
- - + +From 57cada5b2c7675d60bb927b85ebd8db6b938df79 Mon Sep 17 00:00:00 2001
From: Stephanie Hobson {{ ftl('banner-firefox-app-store-free-google-play') }} {{ ftl('banner-firefox-app-store-free-app-store') }}{{ ftl('banner-firefox-app-store-title') }}
{{ ftl('banner-firefox-focus-app-store-title') }}
{{ ftl('banner-firefox-app-store-free-google-play') }}
{{ ftl('banner-firefox-app-store-free-app-store') }}
- {{ ftl('ui-view') }} - {{ ftl('ui-view') }} + {{ ftl('ui-view') }} + {{ ftl('ui-view') }} diff --git a/bedrock/base/templates/macros.html b/bedrock/base/templates/macros.html index f309f67f917..49ec1a191b6 100644 --- a/bedrock/base/templates/macros.html +++ b/bedrock/base/templates/macros.html @@ -48,7 +48,14 @@ {% macro google_play_button(class_name='', extra_data_attributes={}, extra_img_attributes={}, href=settings.GOOGLE_PLAY_FIREFOX_LINK_UTMS, id='', product='Firefox', target='') -%} {% set optional_img_attributes = {'alt': ftl('download-button-google-play'), 'width': '152', 'height': '45', 'l10n': True} %} {% do optional_img_attributes.update(extra_img_attributes) %} - + {{ resp_img( url='img/firefox/android/btn-google-play.png', srcset={ @@ -61,7 +68,14 @@ {% macro apple_app_store_button(class_name='', extra_data_attributes={}, extra_img_attributes={}, href=settings.APPLE_APPSTORE_FIREFOX_LINK, id='', product='Firefox', target='') -%} {% set optional_img_attributes = {'width': '152', 'height': '45'} %} - + {%- endmacro %} diff --git a/bedrock/firefox/templates/firefox/all-unified.html b/bedrock/firefox/templates/firefox/all-unified.html index ab968cbfc95..243fce3575c 100644 --- a/bedrock/firefox/templates/firefox/all-unified.html +++ b/bedrock/firefox/templates/firefox/all-unified.html @@ -158,7 +158,7 @@{{ ftl('download-button-please-download-esr') }}
- + {{ ftl('download-firefox-esr-64') }}
- + {{ ftl('download-firefox-esr-32') }}
@@ -42,7 +42,7 @@{{ ftl('download-button-please-download-esr') }}
diff --git a/bedrock/firefox/templates/firefox/includes/macros.html b/bedrock/firefox/templates/firefox/includes/macros.html index 7b85cd98128..86b4c530f82 100644 --- a/bedrock/firefox/templates/firefox/includes/macros.html +++ b/bedrock/firefox/templates/firefox/includes/macros.html @@ -9,7 +9,14 @@ {% set os = 'win' if build == '32' else 'win64' %}