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

View File

@ -4,11 +4,16 @@
$token = $_SESSION['csrf_token_submieted'];
?>
<legend>
<i class="fa fa-search" > </i>
&nbsp; &nbsp;
<?= _("Recherche du patient") ?>
<span class="help-icon" data-bs-toggle="modal" data-bs-target="#helpModal"> ? </span>
</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) ?>">
<legend><i class="fa fa-search" ></i>&nbsp; &nbsp; <?= _("Recherche du patient") ?>
<span class="help-icon" data-bs-toggle="modal" data-bs-target="#helpModal">?</span>
</legend>
<!-- <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-dialog" role="document">