sd
This commit is contained in:
parent
80f51f9f17
commit
4b7cc7bf83
|
|
@ -63,7 +63,7 @@
|
|||
</div>
|
||||
|
||||
<div class="col-md-3">
|
||||
<label class="form-label small fw-bold text-muted"><?= _("Déduire Com.") ?></label>
|
||||
<label class="form-label small fw-bold text-muted"><?= _("Déduire Commmission") ?></label>
|
||||
<div class="input-group shadow-xs">
|
||||
<span class="input-group-text bg-white border-2 border-end-0"><i class="fas fa-percent text-muted"></i></span>
|
||||
<select name="deduireComm" id="deduireComm" class="form-control selectpicker border-2 border-start-0">
|
||||
|
|
@ -75,7 +75,7 @@
|
|||
|
||||
<div class="row g-3">
|
||||
<div class="col-md-3">
|
||||
<label class="form-label small fw-bold text-muted"><?= _("Mobile Payer") ?></label>
|
||||
<label class="form-label small fw-bold text-muted"><?= _("N° Mobile Paiement") ?></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="number" class="form-control border-2 border-start-0" id="mobilePaiement" name="mobilePaiement" value="0" title="<?= _("L'indicatif est obligatoire")?>">
|
||||
|
|
@ -83,7 +83,7 @@
|
|||
</div>
|
||||
|
||||
<div class="col-md-4">
|
||||
<label class="form-label small fw-bold text-muted"><?= _("Adresse Géo.") ?></label>
|
||||
<label class="form-label small fw-bold text-muted"><?= _("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">
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user