a
This commit is contained in:
parent
f058b86566
commit
48d1845f1c
|
|
@ -1,10 +1,11 @@
|
|||
<?php
|
||||
$this->titre = "INTER SANTE - "._("Rechercher sinistre") ;
|
||||
<?php
|
||||
$token = $_SESSION['csrf_token_submieted'];
|
||||
?>
|
||||
|
||||
|
||||
<form id="frmrechercheprestation" name="frmrechercheprestation" method="post" action="Rechercheprestations/index/" style='font-size:10pt;' >
|
||||
<legend> <?= _("Critères de recherche médical") ?> </legend>
|
||||
|
||||
<input type="hidden" id="csrf_token" name="csrf_token" value="<?= htmlspecialchars($token) ?>">
|
||||
|
||||
<table class="table table-condensed table-responsive" style='font-size:10pt;'>
|
||||
<tbody>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user