f
This commit is contained in:
parent
2c0dc37219
commit
23e6d2989a
|
|
@ -26,7 +26,7 @@
|
||||||
<div class="input-group">
|
<div class="input-group">
|
||||||
<span class="input-group-text bg-white"><i class="fas fa-calendar-alt text-primary"></i></span>
|
<span class="input-group-text bg-white"><i class="fas fa-calendar-alt text-primary"></i></span>
|
||||||
<input type="text" id="d1" name="d1" class="form-control datepicker text-center fw-bold"
|
<input type="text" id="d1" name="d1" class="form-control datepicker text-center fw-bold"
|
||||||
value="<?= dateLang($_SESSION['dUneSemaineAvant_C'],$_SESSION['lang']) ?>" placeholder="<?= _("Du") ?>" style="font-size:9pt;">
|
value="<?= dateLang($_SESSION['dUneSemaineAvant_C'],$_SESSION['lang']) ?>" placeholder="<?= _("Du") ?>" style="font-size:8pt;">
|
||||||
<span class="input-group-text bg-light fw-bold px-3"><?= _("au") ?></span>
|
<span class="input-group-text bg-light fw-bold px-3"><?= _("au") ?></span>
|
||||||
<input type="text" id="d2" name="d2" class="form-control datepicker text-center fw-bold"
|
<input type="text" id="d2" name="d2" class="form-control datepicker text-center fw-bold"
|
||||||
value="<?= dateCouranteLang($_SESSION['lang']) ?>" placeholder="<?= _("Au") ?>">
|
value="<?= dateCouranteLang($_SESSION['lang']) ?>" placeholder="<?= _("Au") ?>">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user