prestation/Vue/Nouveaugroupeprestataire/index.php
2025-12-05 10:42:46 +00:00

23 lines
1.2 KiB
PHP
Executable File

<?php $this->titre = "INTER-SANTE - Créer un nouveau groupe prestataire"; ?>
<legend> <?= _("Nouveau Groupe prestataire") ?> </legend>
<table class="table table-responsive table-condensed" style="font-size:10pt;">
<tbody>
<tr>
<td width="5%" class="required" > Code </td>
<td colspan="2" width="20%" class="majuscule"><INPUT font style="text-transform: uppercase;" class="form-control" TYPE="text" id="codeGroupePrestataire" NAME="codeGroupePrestataire" required AUTOCOMPLETE="OFF" autofocus ></td>
<td align="right" class="required"> <?= _("Libellé") ?> </td>
<td colspan="2" ><INPUT style="font-size:10pt;" class="form-control majuscule" TYPE="text" id="libelle" NAME="libelle" required AUTOCOMPLETE="OFF" ></td>
</tr>
<tr>
<td> </td>
<td colspan="2" > <input id="btn_enreg" name="btn_enreg" class = "form-control btn btn-primary" type="button" value="<?= _("Enregistrer") ?>" onClick="javascript:creer_groupeprestataire();" style='font-size:10pt;' > </td>
<td> </td>
<td colspan="2" > <input class = "form-control btn btn-warning" type="button" value="<?= _("Annuler") ?>" onClick="javascript:retour_liste_groupeprestataire();" style='font-size:10pt;' > </td>
</tr>
</tbody>
</table>