saze
This commit is contained in:
parent
a4ab8d969e
commit
1ab5a179c2
|
|
@ -86,7 +86,7 @@
|
||||||
<?= ($isActVisible) ? 'checked' : '' ?>
|
<?= ($isActVisible) ? 'checked' : '' ?>
|
||||||
onchange="gerer_acces_actes_gc('<?= $code ?>', '<?= $user_gc['actVisible'] ?>');">
|
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>
|
<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>
|
</div>
|
||||||
</td>
|
</td>
|
||||||
|
|
||||||
|
|
@ -96,7 +96,7 @@
|
||||||
<?= ($isAffectionVisible) ? 'checked' : '' ?>
|
<?= ($isAffectionVisible) ? 'checked' : '' ?>
|
||||||
onchange="gerer_acces_affection_gc('<?= $code ?>', '<?= $user_gc['AffectionVisible'] ?>');">
|
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>
|
<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>
|
</div>
|
||||||
</td>
|
</td>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user