radiantrh/radiantproduction/Vue/Prestatairegestionbon/index.php
2025-12-27 18:29:36 +00:00

25 lines
692 B
PHP

<?php
// $this->titre = "INTER-SANTE - Attribution profil";
?>
<script type="text/javascript">
</script>
<legend> <?= _("PARAMETRES DE GESTION DES BONS DE PRISE EN CHARGE") ?> </legend>
<table class="table table-condensed table-responsive" style="font-size:10pt;" >
<tbody>
<tr>
<td width="15%" > <?= _("Mode de gestion") ?> </td>
<td>
<SELECT style="font-size:10pt;" class="form-control" id="codeGestionBon" NAME="codeGestionBon" required autofocus onChange="javascript:afficher_attribution_gestion_bon();" >
<?php liste_options($typegestion, ""); ?>
</SELECT>
</td>
</tr>
</tbody>
</table>
<div id="div_gestion_bon">
</div>