Merge branch 'main' of git.ebene.ovh:ebene/radiantrh
This commit is contained in:
commit
e3d20db2ed
|
|
@ -1,4 +1,6 @@
|
||||||
<?php $this->titre = "Intersanté - Mouvements sur les assurés"; ?>
|
<?php
|
||||||
|
// $this->titre = "Intersanté - Mouvements sur les assurés";
|
||||||
|
?>
|
||||||
|
|
||||||
<div id="div_liste_adherent" class="container-fluid py-3 animate__animated animate__fadeIn">
|
<div id="div_liste_adherent" class="container-fluid py-3 animate__animated animate__fadeIn">
|
||||||
|
|
||||||
|
|
@ -34,7 +36,7 @@
|
||||||
<span class="input-group-text bg-white small fw-bold"><?= _("Du") ?></span>
|
<span class="input-group-text bg-white small fw-bold"><?= _("Du") ?></span>
|
||||||
<input type="text" id="debut" name="debut"
|
<input type="text" id="debut" name="debut"
|
||||||
class="form-control datepicker text-center fw-bold"
|
class="form-control datepicker text-center fw-bold"
|
||||||
value="<?= dateLang($_SESSION['dUneSemaineAvantFr_C'], $_SESSION['lang']) ?>" required>
|
value="<?= dateLang($_SESSION['debutMois_C'], $_SESSION['lang']) ?>" required>
|
||||||
<span class="input-group-text bg-white small fw-bold"><?= _("au") ?></span>
|
<span class="input-group-text bg-white small fw-bold"><?= _("au") ?></span>
|
||||||
<input type="text" id="fin" name="fin"
|
<input type="text" id="fin" name="fin"
|
||||||
class="form-control datepicker text-center fw-bold"
|
class="form-control datepicker text-center fw-bold"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user