From 534b60d28c5b47e0d07166ed5e543a0ae41826ca Mon Sep 17 00:00:00 2001 From: "florian.joriot@unicaen.fr" <florian.joriot@unicaen.fr> Date: Thu, 19 Oct 2023 11:31:44 +0200 Subject: [PATCH] Mise en page du text complementaire --- src/UnicaenAutoform/View/Helper/partial/input/select_text.phtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/UnicaenAutoform/View/Helper/partial/input/select_text.phtml b/src/UnicaenAutoform/View/Helper/partial/input/select_text.phtml index c15b096..85898fc 100644 --- a/src/UnicaenAutoform/View/Helper/partial/input/select_text.phtml +++ b/src/UnicaenAutoform/View/Helper/partial/input/select_text.phtml @@ -28,7 +28,6 @@ $reponse = explode(':::', $reponse); </option> <?php endforeach; ?> </select> - <br/> <div id="text_complementaire_<?php echo $champ->getId() ?>" class="col-md-12" style="display:none"> <label for="text_complementaire_<?php echo $champ->getId() ?>"> <?php if (count($optionsAndLibelle) > 1): ?> @@ -43,6 +42,7 @@ $reponse = explode(':::', $reponse); <?php endif; ?> /> </div> + <br/> </div> </div> <script> -- GitLab