Merge branch 'main' of https://git.ebene.ovh/ebene/assure
This commit is contained in:
@@ -855,7 +855,7 @@
|
||||
<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($adherent['dateEntree'], $_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>
|
||||
|
||||
Reference in New Issue
Block a user