a
This commit is contained in:
parent
97d86247c6
commit
01e4dce963
|
|
@ -4,11 +4,16 @@
|
|||
$token = $_SESSION['csrf_token_submieted'];
|
||||
?>
|
||||
|
||||
<legend>
|
||||
<i class="fa fa-search" > </i>
|
||||
|
||||
<?= _("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> <?= _("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">
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user