f
This commit is contained in:
parent
54428e5556
commit
a106ee43f3
|
|
@ -73,7 +73,7 @@
|
|||
$estsupprimable = ($this->nettoyer($adherent['primeArchive']) == "0");
|
||||
$statusClass = $estsupprimable ? 'status-actif' : 'status-archive';
|
||||
?>
|
||||
<tr class="<?= $statusClass ?> cursor-pointer" onclick="selectionner_adherent(<?= $idAdh ?>,'<?= $noAdh ?>');">
|
||||
<tr class="<?= $statusClass ?>">
|
||||
<td class="text-center">
|
||||
<span class="badge bg-light text-dark border fw-bold"><?= $noAdh ?></span>
|
||||
</td>
|
||||
|
|
@ -93,7 +93,7 @@
|
|||
</div>
|
||||
</td>
|
||||
<td class="text-center">
|
||||
<button class="btn btn-sm btn-white border shadow-sm" onclick="afficher_adherent_id();">
|
||||
<button class="btn btn-sm btn-white border shadow-sm" onclick="selectionner_adherent(<?= $idAdh ?>,'<?= $noAdh ?>'); afficher_adherent_id();">
|
||||
<i class="fas fa-user-edit text-primary"></i>
|
||||
</button>
|
||||
</td>
|
||||
|
|
|
|||
|
|
@ -18,6 +18,7 @@
|
|||
</div>
|
||||
|
||||
<input type="hidden" id="prestationPossible" name="prestationPossible" value="<?= $prestationPossible ?>">
|
||||
<input type="hidden" id="codeTypeContrat_C" value="<?= $_SESSION['codeTypeContrat'] ?? '' ?>">
|
||||
<button class="d-none" id="btn_liste_assures" data-bs-toggle="modal" data-bs-target="#pop_liste_assures"></button>
|
||||
<button class="d-none" id="btn_exporter_liste_assures" data-bs-toggle="modal" data-bs-target="#pop_exporter_liste_assures"></button>
|
||||
<button class="d-none" id="btn_liste_assures_sans_format" data-bs-toggle="modal" data-bs-target="#pop_liste_liste_assures_sans_format"></button>
|
||||
|
|
|
|||
|
|
@ -595,7 +595,7 @@ $activeChildId = $menuData['child'];
|
|||
<script src="https://cdn.jsdelivr.net/npm/sweetalert2@11"></script>
|
||||
|
||||
<!-- Application Scripts -->
|
||||
<script src="/Js/fonctions.js?ver=2026.01.03.23"></script>
|
||||
<script src="/Js/fonctions.js?ver=2026.01.03.24"></script>
|
||||
|
||||
<script type="text/javascript">
|
||||
setInterval(function() {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user