From 9619de30158d9a452bf5acc1d492771c8509b083 Mon Sep 17 00:00:00 2001 From: Harrys Ravalomanana Date: Tue, 7 Jul 2020 20:56:50 +0400 Subject: [PATCH] PHRAS-3164 --- templates/web/common/dialog_export.html.twig | 32 +++++++++++--------- 1 file changed, 17 insertions(+), 15 deletions(-) diff --git a/templates/web/common/dialog_export.html.twig b/templates/web/common/dialog_export.html.twig index 386deda247..d7862af917 100644 --- a/templates/web/common/dialog_export.html.twig +++ b/templates/web/common/dialog_export.html.twig @@ -179,18 +179,20 @@ {{ 'export::mail: destinataire' | trans }} {% set my_email = app.getAuthenticatedUser().getEmail() %} - {% if my_email != '' %} - - {% else %} - - {% endif %} - {{ 'Entrez plusieurs adresses email en les separant par des points-virgules' | trans }} +
+ {% if my_email != '' %} + + {% else %} + + {% endif %} + {{ 'Entrez plusieurs adresses email en les separant par des points-virgules' | trans }} +

{{ 'export::mail: contenu du mail' | trans }}

@@ -234,7 +236,7 @@ {{ _self.choose_title('sendmail', choose_export_title, default_export_title) }} {% if app['conf'].get(['registry', 'actions', 'tou-validation-required-for-export']) == true %} -