dser
This commit is contained in:
parent
70e8268663
commit
af45e526f7
|
|
@ -1,5 +1,5 @@
|
|||
<div class="card border-0 shadow-sm mb-4 border-start border-primary 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-primary text-uppercase small">
|
||||
<i class="fas fa-plus-circle me-2"></i><?= _("Ajouter des données") ?>
|
||||
</h6>
|
||||
|
|
@ -8,12 +8,12 @@
|
|||
<form id="formData">
|
||||
<div class="row g-4 align-items-end">
|
||||
<div class="col-md-4">
|
||||
<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 border-2 border-start-0 fw-bold"
|
||||
type="number" step="0.01"
|
||||
id="spMin" name="spMin"
|
||||
readonly value="<?= $spMin ?>">
|
||||
|
|
@ -21,12 +21,12 @@
|
|||
</div>
|
||||
|
||||
<div class="col-md-4">
|
||||
<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-primary">
|
||||
<span class="input-group-text text-primary">
|
||||
<i class="fas fa-chart-line"></i>
|
||||
</span>
|
||||
<input class="form-control text-center fw-bold border-primary-subtle"
|
||||
<input class="form-control text-center fw-bold border-2 border-start-0 border-primary-subtle"
|
||||
type="number" step="0.01"
|
||||
id="spMax" name="spMax"
|
||||
required autocomplete="off"
|
||||
|
|
@ -35,12 +35,12 @@
|
|||
</div>
|
||||
|
||||
<div class="col-md-4">
|
||||
<label class="form-label small fw-bold text-muted text-uppercase required"><?= _("Taux Ajustement (%)") ?></label>
|
||||
<label class="form-label small fw-bold text-muted required"><?= _("Taux Ajustement (%)") ?></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 border-2 border-start-0 fw-bold"
|
||||
type="number" step="0.01"
|
||||
id="tauxAjustement" name="tauxAjustement"
|
||||
required autocomplete="off"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user