Browse Source

Fix typos and aesthetic failures.

pull/15/head
Jairo Llopis 9 years ago
parent
commit
2fec5080fe
  1. 20
      mass_mailing_custom_unsubscribe/README.rst
  2. 2
      mass_mailing_custom_unsubscribe/__openerp__.py
  3. 6
      mass_mailing_custom_unsubscribe/views/pages.xml

20
mass_mailing_custom_unsubscribe/README.rst

@ -5,17 +5,17 @@
Customizable unsubscription process on mass mailing emails
==========================================================
With this module you can set a custom unsubscribe link append at bottom of mass
mailing emails.
With this module you can set a custom unsubscribe link appended at the bottom
of mass mailing emails.
Configuration
=============
To configure unsubscribe label go to *Setting > Technical > Parameters > System
parameters* and add a 'mass_mailing.unsubscribe.label' parameter with html to
set at bottom of mass emailing emails. Including ``%(url)s`` variable where
unsubscribe link.
To configure unsubscribe label go to *Settings > Technical > Parameters >
System parameters* and add a ``mass_mailing.unsubscribe.label`` parameter
with HTML to set at the bottom of mass emailing emails. Including ``%(url)s``
variable where unsubscribe link.
For example::
@ -23,12 +23,12 @@ For example::
Additionally, you can disable this link if you set this parameter to ``False``.
If this parameter (``mass_mailing.unsubscribe.label``) is not set (or set to
``''``) default 'Click to unsubscribe' link will appear. This default text is
If this parameter (``mass_mailing.unsubscribe.label``) does not exist, the
default 'Click to unsubscribe' link will appear, with the advantage that it is
translatable via *Settings > Translations > Application Terms > Translated
terms*.
Also your unsubscriptors will recieve a beautier good bye page. You can
Also your unsubscriptors will recieve a beautier goodbye page. You can
customize it clicking here **after installing the module**:
* `Unsubscription successful </page/mass_mail_unsubscription_success>`_.
@ -46,7 +46,7 @@ Usage
Known issues / Roadmap
======================
* This custom html is not translatable, so as a suggestion, you can define
* This custom HTML is not translatable, so as a suggestion, you can define
the same text in several languages in several lines.
For example:

2
mass_mailing_custom_unsubscribe/__openerp__.py

@ -23,7 +23,7 @@
{
'name': "Customizable unsubscription process on mass mailing emails",
'category': 'Marketing',
'version': '8.0.2.0.0',
'version': '8.0.1.1.0',
'depends': [
'mass_mailing',
'website_crm',

6
mass_mailing_custom_unsubscribe/views/pages.xml

@ -11,7 +11,7 @@
<div class="container">
<h1>
You were successfully unsubscribed from our
mailing list
mailing list.
</h1>
<h3 class="text-muted">
It's sad to see you go, but if you love
@ -40,10 +40,10 @@
<div class="container">
<h1>
There was an error processing your unsubscription
request
request.
</h1>
<p>
We apologize for the inconvinience. You can contact us
We apologize for the inconvenience. You can contact us
and we will handle your unsubscription manually.
</p>
<p>Thanks for your patience.</p>

Loading…
Cancel
Save