| Line 66... |
Line 66... |
| 66 |
<option value="<?=$statut['id'];?>"><?=$statut['libelle'];?></option>
|
66 |
<option value="<?=$statut['id'];?>"><?=$statut['libelle'];?></option>
|
| 67 |
<?php endforeach; ?>
|
67 |
<?php endforeach; ?>
|
| 68 |
</select>
|
68 |
</select>
|
| 69 |
</li>
|
69 |
</li>
|
| 70 |
<li>
|
70 |
<li>
|
| 71 |
<label for="ut_conges_payes">Congés payés initiaux :</label>
|
71 |
<label for="ut_conges_payes">Congés payés initiaux (en heure) :</label>
|
| 72 |
<input size="3" name="ut_conges_payes" type="text" value="<?=$Utilisateur->getCongesPayes();?>"/>
|
72 |
<input size="3" name="ut_conges_payes" type="text" value="<?=$Utilisateur->getCongesPayes();?>"/>
|
| 73 |
</li>
|
73 |
</li>
|
| 74 |
<li>
|
74 |
<li>
|
| 75 |
<label for="ut_temps_de_travail_jour">Temps journalier de travail :</label>
|
75 |
<label for="ut_temps_de_travail_jour">Temps journalier de travail :</label>
|
| 76 |
<input size="3" name="ut_temps_de_travail_jour" type="text" value="<?=$Utilisateur->getTempsDeTravailJour();?>"/>
|
76 |
<input size="3" name="ut_temps_de_travail_jour" type="text" value="<?=$Utilisateur->getTempsDeTravailJour();?>"/>
|