From 961d942f388e0062fed4cd663dd29f8ee1f81880 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Tue, 15 Nov 2016 21:33:53 +0100 Subject: [PATCH] layout improvement in UI --- Resources/translations/messages.fr.yml | 2 +- Resources/views/Address/list.html.twig | 8 ++++---- Resources/views/Address/new.html.twig | 4 ++++ Resources/views/Person/view.html.twig | 14 +++++++------- 4 files changed, 16 insertions(+), 12 deletions(-) diff --git a/Resources/translations/messages.fr.yml b/Resources/translations/messages.fr.yml index a39322b0e..84af5146c 100644 --- a/Resources/translations/messages.fr.yml +++ b/Resources/translations/messages.fr.yml @@ -89,7 +89,7 @@ Re-Open a period: Ré-ouvrir une période d'accompagnement Are you sure you want to re-open this period ?: Êtes-vous sûr de vouloir ré-ouvrir cette période d'accompagnement ? 'The period has been re-opened': La période d'accompagnement a été ré-ouverte. Pediod closing form is not valid: Le formulaire n'est pas valide - +No data given: Pas d'information # pickAPersonType Pick a person: Choisir une personne diff --git a/Resources/views/Address/list.html.twig b/Resources/views/Address/list.html.twig index cc382514f..0115e0f35 100644 --- a/Resources/views/Address/list.html.twig +++ b/Resources/views/Address/list.html.twig @@ -70,13 +70,13 @@ diff --git a/Resources/views/Address/new.html.twig b/Resources/views/Address/new.html.twig index 8e9f9a4ca..680951130 100644 --- a/Resources/views/Address/new.html.twig +++ b/Resources/views/Address/new.html.twig @@ -27,9 +27,13 @@ {{ form_start(form) }} {{ form_row(form.streetAddress1) }} + {{ form_errors(form.streetAddress1) }} {{ form_row(form.streetAddress2) }} + {{ form_errors(form.streetAddress2) }} {{ form_row(form.postCode) }} + {{ form_errors(form.postCode) }} {{ form_row(form.validFrom) }} + {{ form_errors(form.validFrom) }}