ef
This commit is contained in:
parent
4fead75497
commit
9d4d515190
|
|
@ -181,7 +181,6 @@
|
||||||
<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>
|
||||||
|
|
@ -190,7 +189,6 @@
|
||||||
<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