From 1dd613e42d0db6992fb13dd279c6bc280762a0ef Mon Sep 17 00:00:00 2001 From: Jiro Ghianni Date: Mon, 12 Feb 2024 17:53:27 +0100 Subject: [PATCH] [#2059] Improved mail templates, undid mac-dev requirement --- requirements/dev.txt | 2 +- .../parts/case_document_notification.html | 2 +- .../conf/parts/case_status_notification.html | 4 +- .../conf/parts/contact_approval.html | 2 +- .../conf/parts/contactform_registration.html | 55 +++++++++---------- .../conf/parts/expiring_action.html | 2 +- .../conf/parts/expiring_plan.html | 2 +- src/open_inwoner/conf/parts/invite.html | 2 +- src/open_inwoner/conf/parts/new_messages.html | 2 +- src/open_inwoner/static/mailcss/email.css | 9 ++- src/open_inwoner/templates/mail/_base.html | 35 +++++++----- 11 files changed, 60 insertions(+), 57 deletions(-) diff --git a/requirements/dev.txt b/requirements/dev.txt index 2ce6ea249c..62c9c21331 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -1153,7 +1153,7 @@ xlwt==1.3.0 # -c requirements/ci.txt # -r requirements/ci.txt # tablib -# xmlsec==1.3.12 +xmlsec==1.3.12 # via # -c requirements/ci.txt # -r requirements/ci.txt diff --git a/src/open_inwoner/conf/parts/case_document_notification.html b/src/open_inwoner/conf/parts/case_document_notification.html index a5ae024b2b..f4a5602446 100644 --- a/src/open_inwoner/conf/parts/case_document_notification.html +++ b/src/open_inwoner/conf/parts/case_document_notification.html @@ -16,7 +16,7 @@ -

Ga naar uw zaak

+

Ga naar uw zaak

Met vriendelijke groet, {{ site_name }}

diff --git a/src/open_inwoner/conf/parts/case_status_notification.html b/src/open_inwoner/conf/parts/case_status_notification.html index 3f5f1cff9b..1f5991cd44 100644 --- a/src/open_inwoner/conf/parts/case_status_notification.html +++ b/src/open_inwoner/conf/parts/case_status_notification.html @@ -32,7 +32,7 @@

{{ type_description }}

-

De status is gewijzigd naar {{ case_status }}.

+

De status is gewijzigd naar {{ case_status }}.

@@ -44,7 +44,7 @@

{{ type_description }}

U hoeft niets te doen. Zodra er weer een update beschikbaar is ontvangt u hier een melding over. U kunt wel inloggen om uw aanvraag te bekijken.

-

Log in →

+

Log in

diff --git a/src/open_inwoner/conf/parts/contact_approval.html b/src/open_inwoner/conf/parts/contact_approval.html index d9d4d1767b..37608367d4 100644 --- a/src/open_inwoner/conf/parts/contact_approval.html +++ b/src/open_inwoner/conf/parts/contact_approval.html @@ -1,7 +1,7 @@

Beste

Gebruiker {{ sender_name }} wil u toevoegen als contactpersoon op {{ site_name }}. Volg onderstaande link waarop u uw goedkeuring kan geven of kan aangeven {{ sender_name }} niet als contactpersoon te willen.

-

Mijn Contacten

+

Mijn Contacten

U kunt ook op een later moment toestemming geven, het verzoek van {{ sender_name }} blijft open staat totdat u een keuze heeft gemaakt.

Met vriendelijke groet, {{ site_name }}

diff --git a/src/open_inwoner/conf/parts/contactform_registration.html b/src/open_inwoner/conf/parts/contactform_registration.html index ae5b04d233..0e996dab18 100644 --- a/src/open_inwoner/conf/parts/contactform_registration.html +++ b/src/open_inwoner/conf/parts/contactform_registration.html @@ -1,34 +1,29 @@ +

Beste

+ - + + + + + + + + + + + + + + + + + + + +

Beste

- - - - - - - - - - - - - - - - - - - - - - - - -
Onderwerp:{{ subject }}
Naam:{{ name }}
Email:{{ email }}
Telefoonnummer:{{ phonenumber }}
Vraag:
{{ question }}
- -

Met vriendelijke groet, - {{ site_name }}

-
Onderwerp:{{ subject }}
Naam:{{ name }}
Email:{{ email }}
Telefoonnummer:{{ phonenumber }}
Vraag:
{{ question }}
+ +

Met vriendelijke groet, + {{ site_name }}

diff --git a/src/open_inwoner/conf/parts/expiring_action.html b/src/open_inwoner/conf/parts/expiring_action.html index 7ec64a0bfc..345342c82c 100644 --- a/src/open_inwoner/conf/parts/expiring_action.html +++ b/src/open_inwoner/conf/parts/expiring_action.html @@ -1,7 +1,7 @@

Dear

You are receiving this email because you have some actions that are expiring.

- +
diff --git a/src/open_inwoner/conf/parts/expiring_plan.html b/src/open_inwoner/conf/parts/expiring_plan.html index 590231d36e..2b371bde27 100644 --- a/src/open_inwoner/conf/parts/expiring_plan.html +++ b/src/open_inwoner/conf/parts/expiring_plan.html @@ -1,7 +1,7 @@

Dear

You are receiving this email because you have some plans that are expiring.

-
Action name End date
+
diff --git a/src/open_inwoner/conf/parts/invite.html b/src/open_inwoner/conf/parts/invite.html index 1cc98b8b23..dc3e526275 100644 --- a/src/open_inwoner/conf/parts/invite.html +++ b/src/open_inwoner/conf/parts/invite.html @@ -1,7 +1,7 @@

Beste

Je bent door {{ inviter_name }} uitgenodigd om in te loggen op {{ site_name }}. Gebruik onderstaande link om je aan te melden

-

aanmelden

+

aanmelden

Mocht je geen behoefte hieraan hebben dan staat het je vrij om dit bericht te negeren

Met vriendelijke groet, {{ site_name }}

diff --git a/src/open_inwoner/conf/parts/new_messages.html b/src/open_inwoner/conf/parts/new_messages.html index 961a6b4010..353768c12b 100644 --- a/src/open_inwoner/conf/parts/new_messages.html +++ b/src/open_inwoner/conf/parts/new_messages.html @@ -1,5 +1,5 @@

Dear

You've received {{ total_messages }} new messages from {{ total_senders }} users

-

Go to the inbox

+

Go to the inbox

Met vriendelijke groet, {{ site_name }}

diff --git a/src/open_inwoner/static/mailcss/email.css b/src/open_inwoner/static/mailcss/email.css index ef7e4ee203..dcb8f97bd6 100644 --- a/src/open_inwoner/static/mailcss/email.css +++ b/src/open_inwoner/static/mailcss/email.css @@ -8,6 +8,8 @@ table, th, td, img { th { font-weight: bold; + padding: 18px 20px 18px 20px; + text-align: left; } p { @@ -27,15 +29,16 @@ table, .table-mail { /* --color-gray-dark */ background-color: #ffffff; border-spacing: 0; + border-collapse: collapse; color: #4B4B4B; - font-family: "Lato", "Helvetica", sans-serif; + font-family: Lato, Helvetica, sans-serif; line-height: 24px; } td, .td-mail { /* --color-gray-dark */ color: #4B4B4B; - font-family: "Lato", "Helvetica", Arial, sans-serif; + font-family: Lato, Helvetica, Arial, sans-serif; line-height: 24px; } @@ -83,7 +86,7 @@ td.align-center { border-radius: 6px; color: #704000; display: inline-block; - font-family: 'Lato', 'Helvetica', Arial, sans-serif; + font-family: Lato, Helvetica, Arial, sans-serif; font-size: 16px; line-height: 24px; text-decoration: none; diff --git a/src/open_inwoner/templates/mail/_base.html b/src/open_inwoner/templates/mail/_base.html index efa44c4d25..ac99b93483 100644 --- a/src/open_inwoner/templates/mail/_base.html +++ b/src/open_inwoner/templates/mail/_base.html @@ -90,7 +90,7 @@ - - -

test

Plan name Goal
- + - - - - - - {{ content }} - - +
  -
 
+ + + + + + + + + +
 
+ +
+ {{ content }} +
+ +