azert
This commit is contained in:
parent
138b55289b
commit
9aa41e8255
|
|
@ -28,14 +28,14 @@
|
|||
<tr>
|
||||
<td> <?= _("Profil") ?> </td>
|
||||
<td>
|
||||
<SELECT style="font-size:10pt;" class="form-select" id="codeProfil" NAME="codeProfil" autofocus >
|
||||
<SELECT style="font-size:10pt;" class="form-control" id="codeProfil" NAME="codeProfil" autofocus >
|
||||
<?php liste_options($user_profil, $codeProfil, true); ?>
|
||||
</SELECT>
|
||||
</td>
|
||||
|
||||
<td align="center" class="required"> <?= _("Langue") ?> </td>
|
||||
<td>
|
||||
<select class="form-select" id="codeLangueUser" name="codeLangueUser">
|
||||
<select class="form-control" id="codeLangueUser" name="codeLangueUser">
|
||||
<?php liste_options($langue, $codeLangue, true); ?>
|
||||
</select>
|
||||
</td>
|
||||
|
|
@ -51,13 +51,13 @@
|
|||
|
||||
<tr>
|
||||
<td colspan="2">
|
||||
<button type="button" class="btn btn-light border px-4 shadow-sm fw-bold" onClick="retour_a_users_rh_client();">
|
||||
<button type="button" class="form-control btn btn-warning" onClick="retour_a_users_rh_client();">
|
||||
<?= _("Annuler") ?>
|
||||
</button>
|
||||
</td>
|
||||
|
||||
<td colspan="2">
|
||||
<button type="button" id="btn_enreg" class="btn btn-primary px-5 shadow-sm fw-bold" onClick="enregistrer_modif_user_rh();">
|
||||
<button type="button" id="btn_enreg" class="form-control btn btn-primary" onClick="enregistrer_modif_user_rh();">
|
||||
<?= _("Enregistrer les modifications") ?>
|
||||
</button>
|
||||
</td>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user