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

24 lines
691 B
PHP
Executable File

<?php $this->titre = "INTER-SANTE - Seuil alerte consommation"; ?>
<script type="text/javascript">
</script>
<legend> <?= _("Visibilite des actes") ?> </legend>
<table class="table table-condensed table-responsive" style="font-size:10pt;" >
<tbody>
<tr>
<td width="15%" class="required"> <?= _("Profil Utilisateurs") ?> </td>
<td>
<SELECT style="font-size:10pt;" class="form-control" id="codeProfil" NAME="codeProfil" required AUTOCOMPLETE="OFF" autofocus onChange="javascript:afficher_utilsateur_actesvisibles();" >
<?php liste_options($profils,""); ?>
</SELECT>
</td>
</tr>
</tbody>
</table>
<div id="div_liste">
</div>