wazer
This commit is contained in:
parent
d2d6590773
commit
d71b125ca0
|
|
@ -14,7 +14,7 @@
|
|||
|
||||
<div class="row g-3 mb-3">
|
||||
<div class="col-md-4">
|
||||
<label class="form-label small fw-bold text-muted text-uppercase"><?= _("Type Contrat") ?></label>
|
||||
<label class="form-label small fw-bold text-muted"><?= _("Type Contrat") ?></label>
|
||||
<div class="input-group">
|
||||
<span class="input-group-text bg-light opacity-75"><i class="fas fa-lock text-muted"></i></span>
|
||||
<select class="form-select bg-light text-center" disabled>
|
||||
|
|
@ -24,7 +24,7 @@
|
|||
</div>
|
||||
|
||||
<div class="col-md-4">
|
||||
<label class="form-label small fw-bold text-muted text-uppercase"><?= _("Prime Mini") ?></label>
|
||||
<label class="form-label small fw-bold text-muted"><?= _("Prime Mini") ?></label>
|
||||
<div class="input-group">
|
||||
<span class="input-group-text bg-light opacity-75"><i class="fas fa-arrow-down text-muted"></i></span>
|
||||
<input class="form-control text-center bg-light fw-bold" type="text" disabled
|
||||
|
|
@ -33,18 +33,18 @@
|
|||
</div>
|
||||
|
||||
<div class="col-md-4">
|
||||
<label class="form-label small fw-bold text-muted text-uppercase required"><?= _("Forfait") ?></label>
|
||||
<label class="form-label small fw-bold text-muted required"><?= _("Montant Accessoire") ?></label>
|
||||
<div class="input-group">
|
||||
<span class="input-group-text bg-light text-success"><i class="fas fa-money-bill-wave"></i></span>
|
||||
<input class="form-control text-center fw-bold" type="text" id="accessoireForfait" name="accessoireForfait"
|
||||
value="<?=$bareme['accessoireForfait'];?>" onkeyup="controle_numerique(this);" onblur="formatMonetaire(this);">
|
||||
value="<?=$bareme['accessoireForfait'];?>" onkeyup="controle_numerique(this);" onblur="formatMonetaire(this);" required>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="row g-3">
|
||||
<div class="col-md-4">
|
||||
<label class="form-label small fw-bold text-muted text-uppercase"><?= _("Application") ?></label>
|
||||
<label class="form-label small fw-bold text-muted"><?= _("Application") ?></label>
|
||||
<div class="input-group">
|
||||
<span class="input-group-text bg-light opacity-75"><i class="fas fa-lock text-muted"></i></span>
|
||||
<select class="form-select bg-light text-center" disabled>
|
||||
|
|
@ -54,7 +54,7 @@
|
|||
</div>
|
||||
|
||||
<div class="col-md-4">
|
||||
<label class="form-label small fw-bold text-muted text-uppercase"><?= _("Prime Maxi") ?></label>
|
||||
<label class="form-label small fw-bold text-muted"><?= _("Prime Maxi") ?></label>
|
||||
<div class="input-group">
|
||||
<span class="input-group-text bg-light opacity-75"><i class="fas fa-arrow-up text-muted"></i></span>
|
||||
<input class="form-control text-center bg-light fw-bold" type="text" disabled
|
||||
|
|
@ -63,7 +63,7 @@
|
|||
</div>
|
||||
|
||||
<div class="col-md-4">
|
||||
<label class="form-label small fw-bold text-muted text-uppercase"><?= _("Taux (%)") ?></label>
|
||||
<label class="form-label small fw-bold text-muted"><?= _("Taux (%)") ?></label>
|
||||
<div class="input-group">
|
||||
<span class="input-group-text bg-light text-info"><i class="fas fa-percentage"></i></span>
|
||||
<input class="form-control text-center fw-bold" type="number" step="0.01" min="0"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user