der
This commit is contained in:
parent
088bf25335
commit
467ba11d5c
|
|
@ -15,7 +15,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 text-muted"><i class="fas fa-lock"></i></span>
|
||||
<select class="form-select text-center bg-light" disabled>
|
||||
|
|
@ -25,7 +25,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"><i class="fas fa-arrow-down text-muted"></i></span>
|
||||
<input class="form-control text-center bg-light" type="text" disabled value="<?= format_N($this->nettoyer($bareme['primeMin'])); ?>">
|
||||
|
|
@ -33,7 +33,7 @@
|
|||
</div>
|
||||
|
||||
<div class="col-md-4">
|
||||
<label class="form-label small fw-bold text-warning text-uppercase required"><?= _("Forfait") ?></label>
|
||||
<label class="form-label small fw-bold text-warning required"><?= _("Forfait") ?></label>
|
||||
<div class="input-group">
|
||||
<span class="input-group-text bg-warning-light text-warning"><i class="fas fa-money-bill-wave"></i></span>
|
||||
<input class="form-control text-center fw-bold border-warning" type="text" id="accessoireForfait" name="accessoireForfait" value="<?= $bareme['accessoireForfait']; ?>" onkeyup="controle_numerique(this);" onblur="formatMonetaire(this);">
|
||||
|
|
@ -43,7 +43,7 @@
|
|||
|
||||
<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 text-muted"><i class="fas fa-lock"></i></span>
|
||||
<select class="form-select text-center bg-light" disabled>
|
||||
|
|
@ -53,7 +53,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"><i class="fas fa-arrow-up text-muted"></i></span>
|
||||
<input class="form-control text-center bg-light" type="text" disabled value="<?= format_N($this->nettoyer($bareme['primeMax'])); ?>">
|
||||
|
|
@ -61,7 +61,7 @@
|
|||
</div>
|
||||
|
||||
<div class="col-md-4">
|
||||
<label class="form-label small fw-bold text-warning text-uppercase"><?= _("Taux (%)") ?></label>
|
||||
<label class="form-label small fw-bold text-warning"><?= _("Taux (%)") ?></label>
|
||||
<div class="input-group">
|
||||
<span class="input-group-text bg-warning-light text-warning"><i class="fas fa-percentage"></i></span>
|
||||
<input class="form-control text-center fw-bold border-warning" type="number" step="0.01" id="tauxAccessoire" min="0" name="tauxAccessoire" value="<?= number_format($bareme['tauxAccessoire'], 2); ?>" onBlur="controle_numerique(this);">
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user