saz
This commit is contained in:
parent
842f4104e9
commit
d16420a075
|
|
@ -48,6 +48,7 @@
|
|||
$isActVisible = ($user_gc['actVisible'] == 1);
|
||||
$isAffectionVisible = ($user_gc['AffectionVisible'] == 1);
|
||||
$isActif = ($user_gc['actif'] == 1);
|
||||
|
||||
|
||||
// Logique des drapeaux
|
||||
$flag = ($user_gc['codeLangue'] == "en_US") ? "england.png" : "france.png";
|
||||
|
|
@ -67,7 +68,7 @@
|
|||
title="<?= $user_gc['codeLangue'] ?>"
|
||||
class="shadow-xs border"
|
||||
style="width: 22px; border-radius: 2px;">
|
||||
<small class="text-muted"><?= $lang ?></small>
|
||||
<p class="text-muted"><?= $lang ?></p>
|
||||
</td>
|
||||
|
||||
<td class="text-center">
|
||||
|
|
@ -76,6 +77,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>
|
||||
<small class="text-muted"><?= $lang ?></small>
|
||||
</div>
|
||||
</td>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user