de
This commit is contained in:
parent
fe58e73bf6
commit
4d65e0ea81
|
|
@ -94,11 +94,11 @@
|
|||
</div>
|
||||
<div class="row g-2 mb-3">
|
||||
<div class="col-6">
|
||||
<label class="form-label small"><?= _("Intérêts") ?> (<?= $this->nettoyer($emission['tauxInteret']) ?>%)</label>
|
||||
<label class="form-label small text-success"><?= _("Intérêts") ?> (<?= $this->nettoyer($emission['tauxInteret']) ?>%)</label>
|
||||
<input type="text" class="form-control text-end" value="<?= format_N($this->nettoyer($emission['interet'])) ?>" readonly>
|
||||
</div>
|
||||
<div class="col-6">
|
||||
<label class="form-label small"><?= _("Échéances") ?></label>
|
||||
<label class="form-label small text-success"><?= _("Échéances") ?></label>
|
||||
<input type="text" class="form-control text-center fw-bold" value="<?= $this->nettoyer($emission['nbEcheance']) ?>" readonly>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user