This commit is contained in:
KONE SOREL 2026-04-04 15:23:13 +00:00
parent a4ab8d969e
commit 1ab5a179c2

View File

@ -86,7 +86,7 @@
<?= ($isActVisible) ? 'checked' : '' ?>
onchange="gerer_acces_actes_gc('<?= $code ?>', '<?= $user_gc['actVisible'] ?>');">
<i class="fas <?= ($isActVisible) ? 'fa-eye text-success' : 'fa-eye-slash text-muted' ?> ms-1"></i>
<p class="text-muted"><?= $actV ?></p>
<small class="text-muted"><?= $actV ?></small>
</div>
</td>
@ -96,7 +96,7 @@
<?= ($isAffectionVisible) ? 'checked' : '' ?>
onchange="gerer_acces_affection_gc('<?= $code ?>', '<?= $user_gc['AffectionVisible'] ?>');">
<i class="fas <?= ($isAffectionVisible) ? 'fa-eye text-success' : 'fa-eye-slash text-muted' ?> ms-1"></i>
<p class="text-muted"><?= $affV ?></p>
<small class="text-muted"><?= $affV ?></small>
</div>
</td>