dg
This commit is contained in:
parent
d498c62d71
commit
f123776b25
|
|
@ -12,7 +12,7 @@
|
|||
<div class="row g-3">
|
||||
|
||||
<div class="col-md-2">
|
||||
<label class="form-label fw-bold text-muted small text-uppercase">Code</label>
|
||||
<label class="form-label fw-bold text-muted small">Code</label>
|
||||
<div class="input-group shadow-xs">
|
||||
<span class="input-group-text bg-light border-2 border-end-0"><i class="fas fa-lock text-muted"></i></span>
|
||||
<input type="text" class="form-control border-2 border-start-0 majuscule fw-bold bg-light"
|
||||
|
|
@ -21,7 +21,7 @@
|
|||
</div>
|
||||
|
||||
<div class="col-md-7">
|
||||
<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"
|
||||
|
|
@ -31,14 +31,14 @@
|
|||
</div>
|
||||
|
||||
<div class="col-md-3">
|
||||
<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, $this->nettoyer($pointvente['codeTypePointVente']), true) ?>
|
||||
</select>
|
||||
</div>
|
||||
|
||||
<div class="col-md-6">
|
||||
<label class="form-label fw-bold text-muted small text-uppercase">E-mail</label>
|
||||
<label class="form-label fw-bold text-muted small">E-mail</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"
|
||||
|
|
@ -47,7 +47,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"
|
||||
|
|
@ -56,7 +56,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"
|
||||
|
|
@ -65,7 +65,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"
|
||||
|
|
@ -74,7 +74,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, $this->nettoyer($pointvente['codePays']), true) ?>
|
||||
|
|
@ -82,17 +82,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, $this->nettoyer($pointvente['codeVille']), true) ?>
|
||||
</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">
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user