This commit is contained in:
KONE SOREL 2026-01-17 12:15:43 +00:00
parent 0199a1a37c
commit 4fead75497

View File

@ -16,7 +16,7 @@
$prestationPossible = $this->nettoyer($police['prestationPossible']);
/*
var_dump(array(
'0: ' => $_SESSION['lang'],
'1: ' => dateLang($this->nettoyer($police['dateEffet']), $_SESSION['lang']),
@ -31,6 +31,7 @@
'10: ' => date("m/d/Y", strtotime("2025-01-11"))
));
*/
?>
<div id="div_police" class="container-fluid py-1">
@ -180,6 +181,7 @@
<table class="table table-hover align-middle custom-table">
<thead>
<tr>
<th width="15%"><?= _("Sql") ?></th>
<th width="15%"><?= _("Date") ?></th>
<th><?= _("Nom du Document") ?></th>
<th width="15%" class="text-center"><?= _("Actions") ?></th>
@ -188,6 +190,7 @@
<tbody>
<?php foreach ($geds as $ged): ?>
<tr>
<td class="small"><?= $this->nettoyer($ged['dateSysteme'])?></td>
<td class="small"><?= dateheureLang($this->nettoyer($ged['dateSysteme']), $_SESSION['lang']) ?></td>
<td>
<i class="far fa-file-alt me-2 text-muted"></i>