a
This commit is contained in:
parent
69c6fa27f1
commit
3fe80452d7
|
|
@ -1,4 +1,4 @@
|
|||
<?php
|
||||
profil<?php
|
||||
require_once 'Framework/Controleur.php';
|
||||
require_once 'Modele/Client.php';
|
||||
require_once 'Modele/Ouinon.php';
|
||||
|
|
|
|||
|
|
@ -21,6 +21,21 @@
|
|||
<td colspan="3" ><INPUT style='font-size:10pt;' class="form-control" TYPE="text" id="prenoms" NAME="prenoms" required AUTOCOMPLETE="OFF"></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td> <?= _("Profil") ?> </td>
|
||||
<td>
|
||||
<SELECT style="font-size:10pt;" class="form-control" id="codeProfil" NAME="codeProfil" autofocus >
|
||||
<?php liste_options($user_profil,""); ?>
|
||||
</SELECT>
|
||||
</td>
|
||||
|
||||
<td align="center"> <?= _("Login") ?> </td>
|
||||
<td colspan="3" >
|
||||
<INPUT style='font-size:10pt;text-transform: lowercase;' class="form-control" type="text" id="codeUtilisateur" name="codeUtilisateur"
|
||||
onChange="this.value=supprimer_espace_string(this.value);">
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="required"> <?= _("Portable") ?> </td>
|
||||
<td><INPUT style='font-size:10pt;' class="form-control" TYPE="tel" id="telephone" NAME="telephone" AUTOCOMPLETE="OFF" required></td>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user