24 lines
729 B
PHP
Executable File
24 lines
729 B
PHP
Executable File
<?php $this->titre = "INTER SANTE - droits assureurs"; ?>
|
|
|
|
|
|
<script type="text/javascript">
|
|
|
|
</script>
|
|
|
|
<legend> <?= _("LISTE DES Droits utilisateurs PAR PROFIL") ?> </legend>
|
|
|
|
<table class="table table-condensed table-responsive" style="font-size:10pt;" >
|
|
<tbody>
|
|
<tr>
|
|
<td width="12%" class="required"> <?= _("Profils Utilisateurs") ?> </td>
|
|
<td>
|
|
<SELECT style="font-size:10pt;" class="form-control selectpicker" data-live-search="true" 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>
|