From dc844bb10c1156f62e1f62db523152c65a168b9d Mon Sep 17 00:00:00 2001 From: Sylvain Date: Mon, 26 Oct 2020 16:52:05 +0100 Subject: [PATCH] Enlarged privacy policy display and edition zones --- CHANGELOG.md | 1 + app/frontend/templates/admin/settings/privacy.html | 4 ++-- app/frontend/templates/shared/privacy.html | 4 ++-- config/locales/app.admin.en.yml | 2 +- config/locales/app.admin.es.yml | 2 +- config/locales/app.admin.fr.yml | 2 +- config/locales/app.admin.pt.yml | 2 +- 7 files changed, 9 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 56cc5589c..9f86ef35d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,6 @@ # Changelog Fab-manager +- Enlarged privacy policy display and edition zones - Removed fab-manager email address from the seeds - Fix a bug: in the settings area, boolean switches are always shown as false diff --git a/app/frontend/templates/admin/settings/privacy.html b/app/frontend/templates/admin/settings/privacy.html index a73282a53..645b170d1 100644 --- a/app/frontend/templates/admin/settings/privacy.html +++ b/app/frontend/templates/admin/settings/privacy.html @@ -5,7 +5,7 @@
-
+
@@ -17,7 +17,7 @@ {{ 'app.admin.settings.drag_and_drop_to_insert_images' | translate }}
-
+
diff --git a/app/frontend/templates/shared/privacy.html b/app/frontend/templates/shared/privacy.html index 63f212996..d82115f51 100644 --- a/app/frontend/templates/shared/privacy.html +++ b/app/frontend/templates/shared/privacy.html @@ -8,7 +8,7 @@
-
+
{{ 'app.public.privacy.last_update' }} {{ privacyBody.last_update | amDateFormat:'LL' }} @@ -16,7 +16,7 @@
-
+

{{ 'app.public.privacy.dpo' }}

diff --git a/config/locales/app.admin.en.yml b/config/locales/app.admin.en.yml index ce6e9656e..6854e8317 100644 --- a/config/locales/app.admin.en.yml +++ b/config/locales/app.admin.en.yml @@ -1161,7 +1161,7 @@ en: privacy: title: "Privacy" privacy_policy: "Privacy policy" - input_the_dpo: "Input the contact of the Data Protection Officer" + input_the_dpo: "Data Protection Officer" current_policy: "Current policy" draft_from_USER_DATE: "Draft, saved by {USER}, on {DATE}" save_or_publish: "Save or publish?" diff --git a/config/locales/app.admin.es.yml b/config/locales/app.admin.es.yml index 70a95c79d..617c8d0c7 100644 --- a/config/locales/app.admin.es.yml +++ b/config/locales/app.admin.es.yml @@ -1161,7 +1161,7 @@ es: privacy: title: "Privacidad" privacy_policy: "Política de privacidad" - input_the_dpo: "Input the contact of the Data Protection Officer" + input_the_dpo: "Data Protection Officer" current_policy: "Política de privacidad" draft_from_USER_DATE: "Borrador, guardado por {USER}, el {DATE}" save_or_publish: "Save or publish?" diff --git a/config/locales/app.admin.fr.yml b/config/locales/app.admin.fr.yml index 086c7017c..f38c6b632 100644 --- a/config/locales/app.admin.fr.yml +++ b/config/locales/app.admin.fr.yml @@ -1161,7 +1161,7 @@ fr: privacy: title: "Confidentialité" privacy_policy: "Politique de confidentialité" - input_the_dpo: "Saisir le contact du Délégué à la protection des données" + input_the_dpo: "Délégué à la protection des données" current_policy: "Politique courante" draft_from_USER_DATE: "Brouillon, enregistré par {USER}, le {DATE}" save_or_publish: "Enregistrer ou publier ?" diff --git a/config/locales/app.admin.pt.yml b/config/locales/app.admin.pt.yml index 190cc5baf..e250e59b3 100755 --- a/config/locales/app.admin.pt.yml +++ b/config/locales/app.admin.pt.yml @@ -1161,7 +1161,7 @@ pt: privacy: title: "Privacidade" privacy_policy: "Política de privacidade" - input_the_dpo: "Input the contact of the Data Protection Officer" + input_the_dpo: "Data Protection Officer" current_policy: "Current policy" draft_from_USER_DATE: "Draft, saved by {USER}, on {DATE}" save_or_publish: "Save or publish?"