44 lines
1.4 KiB
PHP
44 lines
1.4 KiB
PHP
<?php
|
|
$this->titre = "INTER-SANTE - Acces sous Menus";
|
|
?>
|
|
|
|
<script type="text/javascript">
|
|
|
|
</script>
|
|
|
|
<legend> <?= _("Accès sous menus aux utilisateurs assureur ou gestionnaire") ?> </legend>
|
|
|
|
<table class="table table-condensed table-responsive" style="font-size:10pt;" >
|
|
<tbody>
|
|
<tr>
|
|
<td width="5%" > <?= _("Profil") ?> </td>
|
|
<td width="30%" >
|
|
<SELECT style="font-size:10pt;" class="form-select" id="codeProfil" NAME="codeProfil" onChange="javascript:vider_menu_vue_module_assureur();" >
|
|
<?php liste_options($profil,""); ?>
|
|
</SELECT>
|
|
</td>
|
|
|
|
<td width="5%" align="center"> <?= _("Module") ?> </td>
|
|
<td width="15%" >
|
|
<SELECT style="font-size:10pt;" class="form-select" id="codeModule" NAME="codeModule" onChange="javascript:ajaxListerVueModule();" >
|
|
<?php liste_options($module,""); ?>
|
|
</SELECT>
|
|
</td>
|
|
|
|
<td width="5%" align="center"> <?= _("Vue") ?> </td>
|
|
<td>
|
|
<div id="listevue">
|
|
<SELECT class="form-control" id="vue" NAME="vue" style='font-size:10pt;'>
|
|
<?php liste_options($listevue, ""); ?>
|
|
</SELECT>
|
|
</div>
|
|
</td>
|
|
|
|
<td width="10%" > <button type="button" style="font-size:10pt;" class="form-control btn btn-primary" onclick="javascript:afficher_menu_vue_module_assureur();" > <?= _("Actualiser") ?> </button> </th>
|
|
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
|
|
<div id="div_menu_profil">
|
|
</div>
|