From 4ac3c1e7457ef9bed95d182d954a9b783a6f8dc8 Mon Sep 17 00:00:00 2001 From: Chris Van Date: Thu, 1 Sep 2011 10:32:55 -0700 Subject: [PATCH] show ACR pitch below welcome message (bug 683944) --- templates/impala/base.html | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/templates/impala/base.html b/templates/impala/base.html index da34b4dadbd..2c4277f9bd2 100644 --- a/templates/impala/base.html +++ b/templates/impala/base.html @@ -106,16 +106,6 @@ {% endif %} {% endif %} -
-

- {% trans url=url('addons.detail', 'add-on-compatibility-reporter')|urlparams(src='prerelease-banner') %} - Thanks for testing a pre-release version of Firefox! To try out - add-ons not yet compatible, grab the - Add-on Compatibility Reporter. - {% endtrans %} -

- {{ _('Close') }} -

{% trans url='http://mozilla.org/firefox/?src=amo' %} @@ -147,6 +137,16 @@

{{ _('On the go?') }}

{{ _('Close') }}
+
+

+ {% trans url=url('addons.detail', 'add-on-compatibility-reporter')|urlparams(src='prerelease-banner') %} + Thanks for testing a pre-release version of Firefox! To try out + add-ons not yet compatible, grab the + Add-on Compatibility Reporter. + {% endtrans %} +

+ {{ _('Close') }} +
{% endblock site_header %}