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