Skip to content
Snippets Groups Projects
Commit 90077f48 authored by sebastien dupuy's avatar sebastien dupuy
Browse files

Correctifs Titre des blocs des modèles et des mesures de protection balise h3

parent 501ef6a9
No related branches found
No related tags found
No related merge requests found
Pipeline #43596 failed
......@@ -7,7 +7,7 @@
<div class="row">
<div class="col-md-6">
<div class="box box-solid box-info">
<div class="box-header with-border">{{ 'aipd.mesure_protection.form.information_generale'|trans }}</div>
<div class="box-header with-border"><h3 class="box-title">{{ 'aipd.mesure_protection.form.information_generale'|trans }}</h3></div>
<div class="box-body">
{{ form_row(form.nom) }}
{{ form_row(form.nomCourt) }}
......@@ -19,7 +19,7 @@
</div>
<div class="col-md-6">
<div class="box box-solid box-primary">
<div class="box-header with-border">{{ 'aipd.mesure_protection.form.information_livrable'|trans }}</div>
<div class="box-header with-border"><h3 class="box-title">{{ 'aipd.mesure_protection.form.information_livrable'|trans }}</h3></div>
<div class="box-body">
{{ form_row(form.labelLivrable) }}
{{ form_row(form.phrasePreconisation) }}
......
......@@ -44,7 +44,7 @@
<div class="row">
<div class="col-md-6">
<div class="box box-solid box-info">
<div class="box-header with-border">Informations générales</div>
<div class="box-header with-border"><h3 class="box-title">Informations générales</h3></div>
<div class="box-body">
{{ form_row(form.nom) }}
{{ form_row(form.description) }}
......@@ -53,7 +53,7 @@
</div>
<div class="col-md-6">
<div class="box box-solid box-primary">
<div class="box-header with-border">Personnalisation des labels pour les mesures</div>
<div class="box-header with-border"><h3 class="box-title">Personnalisation des labels pour les mesures</h3></div>
<div class="box-body">
{{ form_row(form.labelAmeliorationPrevue) }}
{{ form_row(form.labelInsatisfaisant) }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment