prestation/Vue/Paramhabilitationass/index.php
2025-12-01 18:54:33 +00:00

23 lines
653 B
PHP

<?php $this->titre = "INTER-SANTE - droits assureurs"; ?>
<script type="text/javascript">
</script>
<legend> <?= _("Droits utilisateurs") ?> </legend>
<table class="table table-condensed table-responsive" style="font-size:10pt;" >
<tbody>
<tr>
<td width="15%" > <?= _("Profil Utilisateurs") ?> </td>
<td>
<SELECT style="font-size:10pt;" class="form-control" id="codeProfil" NAME="codeProfil" required AUTOCOMPLETE="OFF" autofocus onChange="javascript:afficher_user_profil_ass();" >
<?php liste_options($profil,""); ?>
</SELECT>
</td>
</tr>
</tbody>
</table>
<div id="div_liste">
</div>