ser
This commit is contained in:
parent
1ab5a179c2
commit
24cc0ada61
|
|
@ -85,7 +85,7 @@
|
|||
<input class="form-check-input cursor-pointer" type="checkbox"
|
||||
<?= ($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>
|
||||
<i class="fas <?= ($isActVisible) ? 'fa-eye text-success' : 'fa-eye-slash text-muted' ?> ms-1 me-1"></i>
|
||||
<small class="text-muted"><?= $actV ?></small>
|
||||
</div>
|
||||
</td>
|
||||
|
|
@ -95,7 +95,7 @@
|
|||
<input class="form-check-input cursor-pointer" type="checkbox"
|
||||
<?= ($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>
|
||||
<i class="fas <?= ($isAffectionVisible) ? 'fa-eye text-success' : 'fa-eye-slash text-muted' ?> ms-1 me-1"></i>
|
||||
<small class="text-muted"><?= $affV ?></small>
|
||||
</div>
|
||||
</td>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user