saze
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user