daze
This commit is contained in:
parent
7b5e3e3f5f
commit
8ee3a567af
|
|
@ -75,7 +75,7 @@
|
|||
onkeyup="controle_numerique(this);" onblur="formatMonetaire(this);">
|
||||
</div>
|
||||
<div class="col-md-4">
|
||||
<label class="form-label small mb-0"><?= _("Fréq. Plafond") ?></label>
|
||||
<label class="form-label small mb-0"><?= _("Fréquence Plafond") ?></label>
|
||||
<select class="form-select form-select-sm" id="codePeriodicitePlafondGarantieAdherent" name="codePeriodicitePlafondGarantieAdherent">
|
||||
<?= liste_options($periodicite,'',true) ?>
|
||||
</select>
|
||||
|
|
@ -110,7 +110,7 @@
|
|||
onkeyup="controle_numerique(this);" onblur="formatMonetaire(this);">
|
||||
</div>
|
||||
<div class="col-md-4">
|
||||
<label class="form-label small mb-0"><?= _("Fréq. Plafond") ?></label>
|
||||
<label class="form-label small mb-0"><?= _("Fréquence Plafond") ?></label>
|
||||
<select class="form-select form-select-sm" id="codePeriodicitePlafondGarantie" name="codePeriodicitePlafondGarantie">
|
||||
<?= liste_options($periodicite,'',true) ?>
|
||||
</select>
|
||||
|
|
|
|||
|
|
@ -21,13 +21,13 @@
|
|||
</tr>
|
||||
<tr class="text-center small bg-light-subtle">
|
||||
<th><?= _("Plafond") ?></th>
|
||||
<th><?= _("Périodicité") ?></th>
|
||||
<th><?= _("Nb Transac") ?></th>
|
||||
<th><?= _("Périodicité") ?></th>
|
||||
<th><?= _("Fréquence") ?></th>
|
||||
<th><?= _("Quota") ?></th>
|
||||
<th><?= _("Fréquence") ?></th>
|
||||
<th><?= _("Plafond") ?></th>
|
||||
<th><?= _("Périodicité") ?></th>
|
||||
<th><?= _("Nb Transac") ?></th>
|
||||
<th><?= _("Périodicité") ?></th>
|
||||
<th><?= _("Fréquence") ?></th>
|
||||
<th><?= _("Quota") ?></th>
|
||||
<th><?= _("Fréquence") ?></th>
|
||||
<th><?= _("Taux") ?></th>
|
||||
<th><?= _("Forfait") ?></th>
|
||||
<th><?= _("Min") ?></th>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user