prestation/Vue/Ajaxreposmedical/nouveaureposmedical.php
2025-12-01 18:54:33 +00:00

23 lines
1.1 KiB
PHP

<div id="div_note_new">
<table class="table table-responsive table-condensed" style='font-size:10pt;' >
<tbody>
<tr>
<td colspan="6"> <textarea style='font-size:10pt;' id ="notesNew" name="notesNew" rows="20" class="form-control-lg" placeholder="<?= _('Notes ici') ?>" required autofocus style="width:100%;" AUTOCOMPLETE="OFF" ></textarea> </td>
</tr>
<tr>
<td width="15%"> <?= _("Nombre de jours") ?> </td>
<td width="15%"> <input class="form-control" style="text-align: center; font-size:10pt;" type="number" id="nbJour" name="nbJour" value="0" required AUTOCOMPLETE="OFF" > </td>
<td></td>
<td align="center"> <input style='font-size:10pt;' type="button" class = "form-control btn btn-primary" value="<?= _("Enregistrer") ?>" onClick="javascript:enregistrer_new_repos_medical();"> </td>
<td></td>
<td> <input style='font-size:10pt;' class = "form-control btn btn-warning" type="button" value="<?= _("Annuler") ?>" onClick='javascript:$("#btn_pop_note_new_quit").click();'/> </td>
</tr>
</tbody>
</table>
</div>