dze
This commit is contained in:
parent
7da3ffe628
commit
67676b2cc2
|
|
@ -69,12 +69,12 @@
|
|||
|
||||
<td class="text-center">
|
||||
<?php if($actif === 1): ?>
|
||||
<button class="form-control btn btn-primary"
|
||||
<button class="btn btn-info"
|
||||
onClick="desactiver_user_rh_client('<?= $codeUtilisateur ?>');">
|
||||
<?= _("Actif") ?>
|
||||
</button>
|
||||
<?php else: ?>
|
||||
<button class="form-control btn btn-danger"
|
||||
<button class="btn btn-danger"
|
||||
onClick="activer_user_rh_client('<?= $codeUtilisateur ?>');">
|
||||
<?= _("Bloqué") ?>
|
||||
</button>
|
||||
|
|
@ -82,7 +82,7 @@
|
|||
</td>
|
||||
|
||||
<td class="text-center">
|
||||
<button class="form-control btn btn-secondary"
|
||||
<button class="btn btn-warning"
|
||||
title="<?= _("Modifier") ?>"
|
||||
onClick="afficher_users_client_id(<?= $idUtilisateur ?>);">
|
||||
<?= _("Modifier") ?>
|
||||
|
|
@ -90,7 +90,7 @@
|
|||
</td>
|
||||
|
||||
<td class="text-center">
|
||||
<button class="form-control btn btn-warning <?= ($reInit === 1) ? 'text-danger fw-bold' : '' ?>"
|
||||
<button class="btn btn-info <?= ($reInit === 1) ? 'text-danger fw-bold' : '' ?>"
|
||||
title="<?= _("Ré-initialiser mot de passe") ?>"
|
||||
onClick="reinitpaswd_user_rh('<?= $codeUtilisateur ?>');">
|
||||
<?= _("Ré-init") ?>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user