This commit is contained in:
KONE SOREL 2026-04-09 18:53:05 +00:00
parent 4c2265f801
commit fab1d6c74b
2 changed files with 7 additions and 3 deletions

View File

@ -138,10 +138,14 @@
.table-hover tbody tr:hover { background-color: rgba(33, 46, 83, 0.02); }
</style>
<?php
$titre = _("Prestataires du Réseau");
?>
<script>
var checkDTResPres = setInterval(function() {
if (typeof initSmartTable === 'function') {
initSmartTable('.datatable-reseau-pres', 'Liste_Prestataires_Reseau', false);
initSmartTable('.datatable-reseau-pres', '<?= $titre?>', false);
clearInterval(checkDTResPres);
}
}, 100);

View File

@ -48,7 +48,7 @@
<div class="card-header bg-white py-3 border-bottom">
<div class="d-flex justify-content-between align-items-center mb-3">
<h6 class="mb-0 fw-bold text-primary text-uppercase small">
<i class="fas fa-list-ul me-2"></i><?= _("Disponibles") ?>
<i class="fas fa-list-ul me-2"></i><?= _("Prestataires Disponibles") ?>
</h6>
<span class="badge bg-light text-primary border rounded-pill" id="count_dispo">
<?= count($prestatairesdispo) ?>
@ -123,7 +123,7 @@
<div class="card-header bg-white py-3 border-bottom">
<div class="d-flex justify-content-between align-items-center mb-3">
<h6 class="mb-0 fw-bold text-primary text-uppercase small">
<i class="fas fa-check-double me-2"></i><?= _("Affectés au réseau") ?>
<i class="fas fa-check-double me-2"></i><?= _("Prestataires Affectés au réseau de Soins") ?>
</h6>
<span class="badge bg-light text-primary border rounded-pill" id="count_affect">
<?= count($prestatairesreseau) ?>