This commit is contained in:
KANE LAZENI 2026-04-21 02:48:16 +00:00
parent 97d86247c6
commit 01e4dce963

View File

@ -4,12 +4,17 @@
$token = $_SESSION['csrf_token_submieted']; $token = $_SESSION['csrf_token_submieted'];
?> ?>
<form id="frmrecherche" name="frmrecherche" method="post" action="Recherche/index/" style='font-size:10pt;' > <legend>
<input type="hidden" id="csrf_token" name="csrf_token" value="<?= htmlspecialchars($token) ?>"> <i class="fa fa-search" > </i>
<legend><i class="fa fa-search" ></i>&nbsp; &nbsp; <?= _("Recherche du patient") ?> &nbsp; &nbsp;
<?= _("Recherche du patient") ?>
<span class="help-icon" data-bs-toggle="modal" data-bs-target="#helpModal"> ? </span> <span class="help-icon" data-bs-toggle="modal" data-bs-target="#helpModal"> ? </span>
</legend> </legend>
<form id="frmrecherche" name="frmrecherche" method="post" action="Recherche/index/" style='font-size:10pt;' >
<!-- <input type="hidden" id="csrf_token" name="csrf_token" value="<?= htmlspecialchars($token) ?>"> -->
<input class="form-control" type="text" id="csrf_token" name="csrf_token" value="<?= htmlspecialchars($token) ?>">
<div class="modal fade" id="helpModal" tabindex="-1" role="dialog" aria-labelledby="helpModalLabel"> <div class="modal fade" id="helpModal" tabindex="-1" role="dialog" aria-labelledby="helpModalLabel">
<div class="modal-dialog" role="document"> <div class="modal-dialog" role="document">
<div class="modal-content"> <div class="modal-content">