diff --git a/apps/addons/templates/addons/button.html b/apps/addons/templates/addons/button.html index bf0cd9a641..6ab867739f 100644 --- a/apps/addons/templates/addons/button.html +++ b/apps/addons/templates/addons/button.html @@ -48,10 +48,8 @@ {% endif %} {% for link in links %} {% set extra = "platform " + link.os.shortname if link.os else "" %} -
- {% if addon.is_webapp() %} - {% trans url=url('pages.faq') + "#unreviewed" %} - This app has not been reviewed by Mozilla. - Learn more - {% endtrans %} - {% else %} - {% trans url=url('pages.faq') + "#unreviewed" %} - This add-on has not been reviewed by Mozilla. - Learn more - {% endtrans %} - {% endif %} + {% trans url=url('pages.faq') + "#unreviewed" %} + This add-on has not been reviewed by Mozilla. + Learn more + {% endtrans %}
{% elif b.lite %}{% trans url=url('pages.faq') + "#preliminary" %} @@ -84,7 +77,3 @@ {% endif %} {# install-shell #} - -{% if addon.is_webapp() %} - {% include 'addons/includes/apps_error_msg.html' %} -{% endif %} diff --git a/apps/addons/templates/addons/impala/contribution.html b/apps/addons/templates/addons/impala/contribution.html index 30af69cb69..8c9a5934ec 100644 --- a/apps/addons/templates/addons/impala/contribution.html +++ b/apps/addons/templates/addons/impala/contribution.html @@ -35,50 +35,25 @@ {% endif %} {# /aux #} - {% if addon.is_webapp() %} -
{% if text %} {{ text }} {% elif not addon.charity %} - {% if addon.is_webapp() %} - {% trans %} - The developer of this app asks that you help support its - continued development by making a small contribution. - {% endtrans %} - {% else %} - {% trans %} - The developer of this add-on asks that you help support its - continued development by making a small contribution. - {% endtrans %} - {% endif %} + {% trans %} + The developer of this add-on asks that you help support its + continued development by making a small contribution. + {% endtrans %} {% elif addon.charity_id == amo.FOUNDATION_ORG %} - {% if addon.is_webapp() %} - {% trans %} - The developer of this app asks that you show your support - by making a donation to the {{ charity_name }}. - {% endtrans %} - {% else %} - {% trans %} - The developer of this add-on asks that you show your support - by making a donation to the {{ charity_name }}. - {% endtrans %} - {% endif %} + {% trans %} + The developer of this add-on asks that you show your support + by making a donation to the {{ charity_name }}. + {% endtrans %} {% else %} - {% if addon.is_webapp() %} - {% trans %} - The developer of this app asks that you show your support - by making a small contribution to {{ charity_name }}. - {% endtrans %} - {% else %} - {% trans %} - The developer of this add-on asks that you show your support - by making a small contribution to {{ charity_name }}. - {% endtrans %} - {% endif %} + {% trans %} + The developer of this add-on asks that you show your support + by making a small contribution to {{ charity_name }}. + {% endtrans %} {% endif %}
diff --git a/apps/addons/templates/addons/impala/dependencies_note.html b/apps/addons/templates/addons/impala/dependencies_note.html index 60c67b566e..044393cb11 100644 --- a/apps/addons/templates/addons/impala/dependencies_note.html +++ b/apps/addons/templates/addons/impala/dependencies_note.html @@ -1,11 +1,7 @@ {% set deps = addon.all_dependencies %} {% if deps %}- Unfortunately, your purchase of {{ addon_name }} could not be completed. -
-You can try again, or try contacting us.
- {% endwith %} -If installation does not automatically begin, please click here.
- {% endtrans %} - -{{ loc('Complete your purchase with PayPal. No PayPal account is necessary.') }}
- {% else %} - -{{ loc('You need to be logged in to download and install apps to your browser.') }}
- {% endif %} -If installation does not automatically begin, please click here.
- {% endwith %} -- {% with learn_more='http://www.mozilla.org/causes' %} - Your purchase helps support Mozilla's mission. - Learn more - {% endwith %} -
-- {# TODO(apps): Add link back to apps policies when bug 685602 is done. #} - {{ loc('If you suspect this app violates our policies or has - security or privacy issues, please use the form below to - describe your concerns. Please do not use this form for - any other reason.') }} -
- {% else %} -{% trans url=remora_url('developers/docs/policies') %} - If you suspect this add-on violates our policies or - has security or privacy issues, please use the form below to describe your - concerns. Please do not use this form for any other reason.{% endtrans %}
- {% endif %} +{% trans url=remora_url('developers/docs/policies') %} + If you suspect this add-on violates our policies or + has security or privacy issues, please use the form below to describe your + concerns. Please do not use this form for any other reason.{% endtrans %}
You tried to do something that you weren't allowed to.
- {% if csrf %} - {% trans %} -Try going back to the previous page, refreshing - and then trying again.
- {% endtrans %} - {% endif %} -Last Update: December 7, 2011
- -- {{ loc("You don't currently have any apps hosted on Firefox Marketplace. To - learn how the process works and submit your first app, click Get - Started below.") }} -
- {% else %} -- {% trans %} - You don't currently have any add-ons hosted on Mozilla Add-ons. To learn - how the process works and submit your first add-on, click Get Started - below. - {% endtrans %} -
+