aq
This commit is contained in:
parent
0100329310
commit
4716b5246a
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user