This commit is contained in:
KONE SOREL 2025-12-15 23:46:17 +00:00
parent 3f11b6d4aa
commit 946bef367b

View File

@ -884,15 +884,15 @@
</h4>
</div>
<div class="card-header bg-secondary py-2">
<h5 class="mb-0 d-block text-center text-light text-truncate" style="max-width:300px;">
<?= _("Critères de recherche") ?>
</h5>
<h6 class="mb-0 d-block text-center text-light text-truncate" style="max-width:300px;">
<?= _("Entrer les critères de recherche") ?>
</h6>
</div>
<div class="form-container">
<div class="form-section">
<div class="form-label"><?= _("Période du") ?></div>
<div class="date-input-group">
<input style='text-align:center; font-size:10pt;' class="form-control datepicker" type="text" id="d1" name="d1" value="<?= dateLang($_SESSION['dUneSemaineAvant_C'], $_SESSION['lang']) ?>" required autocomplete="off" placeholder="Date début">
<input style='text-align:center; font-size:10pt;' class="form-control datepicker" type="text" id="d1" name="d1" value="<?= dateLang($_SESSION['debutExercice_C'], $_SESSION['lang']) ?>" required autocomplete="off" placeholder="Date début">
<span class="date-separator" style="font-weight:bold; font-size:10pt;"><?= _("au") ?></span>
<input style='text-align:center; font-size:10pt;' class="form-control datepicker" type="text" id="d2" name="d2" value="<?= dateCouranteLang($_SESSION['lang']) ?>" required autocomplete="off" placeholder="Date fin">
</div>