This commit is contained in:
KONE SOREL 2026-03-11 12:48:52 +00:00
parent 6c168a7bff
commit 36cd84fa84

View File

@ -10,7 +10,7 @@
<div class="row g-3">
<div class="col-md-8">
<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-store text-primary"></i></span>
<input type="text" class="form-control border-2 border-start-0 majuscule fw-bold"
@ -19,14 +19,14 @@
</div>
<div class="col-md-4">
<label class="form-label fw-bold text-muted small text-uppercase">Type</label>
<label class="form-label fw-bold text-muted small">Type</label>
<select name="codeTypePointVente" id="codeTypePointVente" class="selectpicker form-control border-2 shadow-xs" data-container="body">
<?= liste_options($typepointvente, '', false) ?>
</select>
</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" class="form-control border-2 border-start-0" id="email" name="email">
@ -34,7 +34,7 @@
</div>
<div class="col-md-6">
<label class="form-label fw-bold text-muted small text-uppercase"><?= _("Téléphone") ?></label>
<label class="form-label fw-bold text-muted small"><?= _("Téléphone") ?></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" class="form-control border-2 border-start-0" id="telephone" name="telephone">
@ -42,7 +42,7 @@
</div>
<div class="col-md-4">
<label class="form-label fw-bold text-muted small text-uppercase"><?= _("Adresse Postale") ?></label>
<label class="form-label fw-bold text-muted small"><?= _("Adresse Postale") ?></label>
<div class="input-group shadow-xs">
<span class="input-group-text bg-white border-2 border-end-0"><i class="fas fa-map-signs text-muted"></i></span>
<input type="text" class="form-control border-2 border-start-0 majuscule" id="adressePost" name="adressePost">
@ -50,7 +50,7 @@
</div>
<div class="col-md-8">
<label class="form-label fw-bold text-muted small text-uppercase"><?= _("Adresse Géographique") ?></label>
<label class="form-label fw-bold text-muted small"><?= _("Adresse Géographique") ?></label>
<div class="input-group shadow-xs">
<span class="input-group-text bg-white border-2 border-end-0"><i class="fas fa-map-marker-alt text-muted"></i></span>
<input type="text" class="form-control border-2 border-start-0 majuscule" id="adresseGeo" name="adresseGeo">
@ -58,7 +58,7 @@
</div>
<div class="col-md-4">
<label class="form-label fw-bold text-muted small text-uppercase"><?= _("Pays") ?></label>
<label class="form-label fw-bold text-muted small"><?= _("Pays") ?></label>
<select name="codePays" id="codePays" class="selectpicker form-control border-2 shadow-xs"
data-live-search="true" data-container="body" onchange="filtreVilleParPays();">
<?= liste_options($pays, '', false) ?>
@ -66,17 +66,17 @@
</div>
<div class="col-md-4">
<label class="form-label fw-bold text-muted small text-uppercase"><?= _("Région") ?></label>
<label class="form-label fw-bold text-muted small"><?= _("Région") ?></label>
<div id="div_ville">
<select name="codeVille" id="codeVille" class="selectpicker form-control border-2 shadow-xs"
data-live-search="true" data-container="body">
data-live-search="true" data-container="body" onchange="JAVASCRIPT:filtreLocaliteParVille();">
<?= liste_options($ville, '', false) ?>
</select>
</div>
</div>
<div class="col-md-4">
<label class="form-label fw-bold text-muted small text-uppercase"><?= _("Ville") ?></label>
<label class="form-label fw-bold text-muted small"><?= _("Ville") ?></label>
<div id="div_localite">
<select name="codeLocalite" id="codeLocalite" class="selectpicker form-control border-2 shadow-xs"
data-live-search="true" data-container="body">