This commit is contained in:
KONE SOREL 2026-01-22 20:11:26 +00:00
parent 267bcbacef
commit c680797cae
2 changed files with 4 additions and 4 deletions

View File

@ -81,7 +81,7 @@
<input class="form-control" type="text" id="numeroPiece" name="numeroPiece">
</div>
<div class="col-md-2">
<label class="form-label small fw-bold text-uppercase"><?= _("Sexe") ?></label>
<label class="form-label small fw-bold text-uppercase"><?= _("Genre") ?></label>
<select class="form-select" id="sexe" name="sexe">
<?php liste_options($sexe,""); ?>
</select>
@ -90,7 +90,7 @@
<label class="form-label small fw-bold text-uppercase"><?= _("Date Naissance") ?></label>
<div class="input-group">
<input class="form-control datepicker" type="text" id="dateNaissance" name="dateNaissance" onchange="controle_age($('#dateNaissance').datepicker('getDate'), 'A')">
<span class="input-group-text bg-light text-danger fw-bold" id="age_badge">Age: 0</span>
<span class="input-group-text bg-light text-danger fw-bold" id="agepersonne">Age: 0</span>
</div>
</div>
</div>
@ -149,7 +149,7 @@
<div class="row mt-4">
<div class="col-12">
<button type="button" class="btn btn-success w-100 py-3 fw-bold shadow-sm" onclick="javascript:enregistrfw-bold text-uppercaseer_remplacement_adherent();">
<button type="button" class="btn btn-success w-100 py-3 fw-bold shadow-sm" onclick="javascript:enregistrer_remplacement_adherent();">
<i class="fas fa-save me-2"></i> <?= _("VALIDER ET ENREGISTRER LE REMPLACEMENT") ?>
</button>
</div>

View File

@ -76,7 +76,7 @@
</div>
</div>
<div class="col-md-2 text-center d-flex align-items-end justify-content-center pb-1">
<input type="text" id="agepersonne" name="agepersonne" class="form-control-plaintext text-danger fw-bold text-center border-bottom" value="Age : 0" readonly>
<input type="text" id="agepersonne" name="agepersonne" class="form-control-plaintext text-danger fw-bold text-center border-bottom" value="Age : 0" disabled>
</div>
<div class="col-md-2">
<label class="form-label fw-bold small text-uppercase"><?= _("Groupe Sanguin") ?></label>