This commit is contained in:
KONE SOREL 2026-03-11 11:58:22 +00:00
parent 8d101128e3
commit 26870ef499

View File

@ -9,7 +9,7 @@
<form id="formData" class="container-fluid p-0">
<div class="row g-4">
<div class="col-md-6">
<label class="form-label fw-bold text-muted small text-uppercase required"><?= _("Libellé") ?></label>
<label class="form-label fw-bold text-muted small required"><?= _("Libellé") ?></label>
<div class="input-group shadow-xs">
<span class="input-group-text bg-white border-2 border-end-0"><i class="fas fa-tag text-primary"></i></span>
<input type="text"
@ -22,7 +22,7 @@
</div>
<div class="col-md-6">
<label class="form-label fw-bold text-muted small text-uppercase"><?= _("Nom Responsable") ?></label>
<label class="form-label fw-bold text-muted small"><?= _("Nom Responsable") ?></label>
<div class="input-group shadow-xs">
<span class="input-group-text bg-white border-2 border-end-0"><i class="fas fa-user text-muted"></i></span>
<input type="text"
@ -33,7 +33,7 @@
</div>
<div class="col-md-6">
<label class="form-label fw-bold text-muted small text-uppercase"><?= _("Prénoms Responsable") ?></label>
<label class="form-label fw-bold text-muted small"><?= _("Prénoms Responsable") ?></label>
<div class="input-group shadow-xs">
<span class="input-group-text bg-white border-2 border-end-0"><i class="fas fa-user-edit text-muted"></i></span>
<input type="text"
@ -44,7 +44,7 @@
</div>
<div class="col-md-6">
<label class="form-label fw-bold text-muted small text-uppercase"><?= _("Téléphone Fixe") ?></label>
<label class="form-label fw-bold text-muted small"><?= _("Téléphone Fixe") ?></label>
<div class="input-group shadow-xs">
<span class="input-group-text bg-white border-2 border-end-0"><i class="fas fa-phone text-muted"></i></span>
<input type="tel"
@ -55,7 +55,7 @@
</div>
<div class="col-md-6">
<label class="form-label fw-bold text-muted small text-uppercase"><?= _("Téléphone Mobile") ?></label>
<label class="form-label fw-bold text-muted small"><?= _("Téléphone Mobile") ?></label>
<div class="input-group shadow-xs">
<span class="input-group-text bg-white border-2 border-end-0"><i class="fas fa-mobile-alt text-muted"></i></span>
<input type="tel"
@ -66,7 +66,7 @@
</div>
<div class="col-md-6">
<label class="form-label fw-bold text-muted small text-uppercase"><?= _("Email") ?></label>
<label class="form-label fw-bold text-muted small"><?= _("Email") ?></label>
<div class="input-group shadow-xs">
<span class="input-group-text bg-white border-2 border-end-0"><i class="fas fa-envelope text-muted"></i></span>
<input type="email"