This commit is contained in:
KONE SOREL 2026-04-13 17:55:10 +00:00
parent a5c06fe01e
commit ce5ce4c6d6

View File

@ -1,5 +1,5 @@
<div class="card border-0 shadow-sm mb-4 border-start border-warning border-4 animate__animated animate__fadeIn">
<div class="card-header bg-white py-3">
<div class="card-header border-bottom bg-light py-3">
<h6 class="card-title mb-0 fw-bold text-warning text-uppercase small">
<i class="fas fa-edit me-2"></i><?= _("Modification des données") ?>
</h6>
@ -10,12 +10,12 @@
<div class="row g-3 align-items-end">
<div class="col-md-3">
<label class="form-label small fw-bold text-muted text-uppercase"><?= _("S/P Minimum") ?></label>
<label class="form-label small fw-bold text-muted"><?= _("S/P Minimum") ?></label>
<div class="input-group">
<span class="input-group-text bg-light opacity-75">
<i class="fas fa-lock text-muted"></i>
</span>
<input class="form-control text-center bg-light fw-bold"
<input class="form-control text-center bg-light border-2 border-start-0 fw-bold"
type="number" step="0.01"
id="spMin" name="spMin"
required autocomplete="off"
@ -25,12 +25,12 @@
</div>
<div class="col-md-3">
<label class="form-label small fw-bold text-muted text-uppercase required"><?= _("S/P Maximum") ?></label>
<label class="form-label small fw-bold text-muted required"><?= _("S/P Maximum") ?></label>
<div class="input-group">
<span class="input-group-text bg-light text-warning">
<i class="fas fa-chart-line"></i>
</span>
<input class="form-control text-center fw-bold border-warning-subtle"
<input class="form-control text-center fw-bold border-2 border-start-0"
type="number" step="0.01"
id="spMax" name="spMax"
required autocomplete="off"
@ -40,12 +40,12 @@
</div>
<div class="col-md-3">
<label class="form-label small fw-bold text-muted text-uppercase required"><?= _("Taux (%)") ?></label>
<label class="form-label small fw-bold text-muted required"><?= _("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"
<input class="form-control text-center fw-bold border-2 border-start-0"
type="number" step="0.01"
id="tauxAjustement" name="tauxAjustement"
required autocomplete="off"