| = $this->nettoyer($code) ?> |
- = $this->nettoyer($user_gc['utilisateur']) ?> |
+
+ = $this->nettoyer($user_gc['utilisateur']) ?>
+ ID: #= $id ?>
+ |
+
- = $user_gc['codeLangue'] ?>
+
|
+ = ($isActVisible) ? 'checked' : '' ?>
onchange="gerer_acces_actes_gc('= $code ?>', '= $user_gc['actVisible'] ?>');">
+
|
+ = ($isAffectionVisible) ? 'checked' : '' ?>
onchange="gerer_acces_affection_gc('= $code ?>', '= $user_gc['AffectionVisible'] ?>');">
+
|
-
- = _("Actif") ?>
+
+
+ = _("Ouvert") ?>
+
- = _("Désactivé") ?>
+
+ = _("Bloqué") ?>
+
|
-
|
@@ -105,18 +123,22 @@
.bg-primary-ghost { background-color: rgba(33, 46, 83, 0.08); }
.bg-success-light { background-color: rgba(25, 135, 84, 0.1); }
.bg-danger-light { background-color: rgba(220, 53, 69, 0.1); }
+
.cursor-pointer { cursor: pointer; }
- .form-switch .form-check-input { width: 2.5em; height: 1.25em; cursor: pointer; }
- .btn-link { text-decoration: none; border: none; background: transparent; transition: 0.2s; }
- .btn-link:hover { transform: scale(1.2); }
+ .form-switch .form-check-input { width: 2.2em; height: 1.1em; cursor: pointer; border-color: #dee2e6; }
+
+ .btn-link { text-decoration: none; border: none; background: transparent; transition: all 0.2s ease-in-out; }
+ .action-icon:hover { transform: scale(1.25); }
+
+ .datatable-users thead th { vertical-align: middle; border-bottom: 2px solid #eee; }
+ .table-hover tbody tr:hover { background-color: rgba(33, 46, 83, 0.02); }
df
\ No newline at end of file
+
\ No newline at end of file