This commit is contained in:
KONE SOREL 2026-04-09 08:54:16 +00:00
parent 93f201689f
commit 0e0bfabd14

View File

@ -54,7 +54,7 @@
<div class="card-body p-3">
<div class="row g-3">
<div class="col-md-4">
<label class="form-label small mb-1 fw-bold required text-muted text-uppercase"><?= _("Date d'Effet") ?></label>
<label class="form-label small mb-1 fw-bold required text-muted"><?= _("Date d'Effet") ?></label>
<div class="input-group input-group-sm">
<span class="input-group-text bg-white border-primary-subtle text-primary"><i class="fas fa-calendar-alt"></i></span>
<input type="text" id="dateEffetActe" name="dateEffetActe"
@ -63,7 +63,7 @@
</div>
<div class="col-md-4">
<label class="form-label small mb-1 fw-bold text-muted text-uppercase"><?= _("Plafond Forfaitaire") ?></label>
<label class="form-label small mb-1 fw-bold text-muted"><?= _("Plafond Forfaitaire") ?></label>
<div class="input-group input-group-sm">
<span class="input-group-text bg-white text-success"><i class="fas fa-money-bill-wave"></i></span>
<input type="text" id="forfaitPlafondActe" name="forfaitPlafondActe"
@ -73,7 +73,7 @@
</div>
<div class="col-md-4">
<label class="form-label small mb-1 fw-bold text-muted text-uppercase"><?= _("Ticket Modérateur (%)") ?></label>
<label class="form-label small mb-1 fw-bold text-muted"><?= _("Ticket Modérateur (%)") ?></label>
<div class="input-group input-group-sm">
<span class="input-group-text bg-white text-danger"><i class="fas fa-percentage"></i></span>
<input type="text" id="ticketModerateurActe" name="ticketModerateurActe"