From 55c2c41cea7d4a01be3deb254c23861d128a7db2 Mon Sep 17 00:00:00 2001 From: Julie Lenaerts Date: Tue, 25 Jan 2022 14:46:09 +0100 Subject: [PATCH] styling changes collapse form --- .../views/PersonResource/create.html.twig | 119 ++++++++++-------- 1 file changed, 64 insertions(+), 55 deletions(-) diff --git a/src/Bundle/ChillPersonBundle/Resources/views/PersonResource/create.html.twig b/src/Bundle/ChillPersonBundle/Resources/views/PersonResource/create.html.twig index 9bf140b0f..06c7dd541 100644 --- a/src/Bundle/ChillPersonBundle/Resources/views/PersonResource/create.html.twig +++ b/src/Bundle/ChillPersonBundle/Resources/views/PersonResource/create.html.twig @@ -1,65 +1,74 @@
+
+ {{ form_start(form, {'attr' : {'id' : 'create-form'}}) }} - {{ form_start(form, {'attr' : {'id' : 'create-form'}}) }} + {{ form_row(form.kind) }} - {{ form_row(form.kind) }} - -
-
-
- Associer un -
-
-
- - -
-
- - -
-
- - +
+
+
+ Associer un +
+
+
+ + +
+
+ + +
+
+ + +
-
-
+ +
+ +
+ {{ form_row(form.person) }} +
+
+ {{ form_row(form.thirdparty) }} +
+
+ {{ form_row(form.freetext) }} +
+ + {{ form_row(form.comment) }} + + {% if action is defined %} +
    +
  • + +
  • +
+ {% else %} +
    +
  • + +
  • +
+ {% endif %} + + {{ form_end(form) }}
-
- {{ form_row(form.person) }} -
-
- {{ form_row(form.thirdparty) }} -
-
- {{ form_row(form.freetext) }} -
- - {{ form_row(form.comment) }} - - {% if action is defined %} - - {% else %} - - {% endif %} - - {{ form_end(form) }} +
\ No newline at end of file