radiantproduction/Vue/Paramactevisible/index.php

24 lines
655 B
PHP

<?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%" > <?= _("Profil Utilisateurs") ?> </td>
<td>
<SELECT style="font-size:10pt;" class="form-control" id="codeProfil" NAME="codeProfil" required autofocus onChange="javascript:afficher_utilsateur_actesvisibles();" >
<?php liste_options($profils,""); ?>
</SELECT>
</td>
</tr>
</tbody>
</table>
<div id="div_liste">
</div>