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