Skip to content
Snippets Groups Projects
Commit f26bf597 authored by Laurent Lecluse's avatar Laurent Lecluse
Browse files

Correction bug #26955

parent 07e1b338
Branches
Tags 11.1
No related merge requests found
......@@ -21,7 +21,7 @@ echo $this->messenger()->addCurrentMessagesFromFlashMessenger();
<?= $this->form()->openTag($form->prepare()); ?>
<div class="row">
<div class="col-md-12">
<?= $this->formcontrolgroup($form->get('libelle')); ?>
<?= $this->formControlGroup($form->get('libelle')); ?>
</div>
</div>
......@@ -34,15 +34,15 @@ echo $this->messenger()->addCurrentMessagesFromFlashMessenger();
<div class="row">
<div class="col-md-offset-3 col-md-6">
<?= $this->formcontrolgroup($form->get('anneeCivile')); ?>
<?= $this->formControlGroup($form->get('anneeCivile')); ?>
</div>
</div>
<div class="row">
<div class="col-md-6">
<?= $this->formcontrolgroup($form->get('annee1')); ?>
<?= $this->formControlGroup($form->get('annee1')); ?>
</div>
<div class="col-md-6">
<?= $this->formcontrolgroup($form->get('annee2')); ?>
<?= $this->formControlGroup($form->get('annee2')); ?>
</div>
</div>
<?= $this->formRow($form->get('submit')); ?>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment