This commit is contained in:
KONE SOREL 2026-03-31 11:07:29 +00:00
parent 0100329310
commit 4716b5246a

View File

@ -17,9 +17,9 @@
<input class="sr-only" type="text" id="idClient" value="<?= $idClient ?>">
<input class="sr-only" type="text" id="actif" value="<?= $idClient ?>">
<legend> <?= _("Modifier l'utilisateur") . " : " . $codeUtilisateur ?> </legend>
<legend>
<?= _("Modifier l'utilisateur") . " : " . $codeUtilisateur ?>
<div>
<?php if($actif == "1"): ?>
<span class="badge" style="background-color:green; color:white;">
<?= _("Actif") ?>
@ -29,7 +29,8 @@
<?= _("Bloqué") ?>
</span>
<?php endif; ?>
</div>
</legend>
<table class="table table-responsive table-condensed" style='font-size:10pt;'>
<tbody>