Import initial du projet Production
This commit is contained in:
26
Vue/Paramactevisible/index.php
Executable file
26
Vue/Paramactevisible/index.php
Executable file
@@ -0,0 +1,26 @@
|
||||
<?php $this->titre = "INTER SANTE - Seuil alerte consommation"; ?>
|
||||
|
||||
|
||||
|
||||
<script type="text/javascript">
|
||||
|
||||
</script>
|
||||
|
||||
<legend> <?= _("Visibilité des actes médicaux par profil utilisateur") ?> </legend>
|
||||
|
||||
<table class="table table-condensed table-responsive" style="font-size:10pt;" >
|
||||
<tbody>
|
||||
<tr>
|
||||
<td width="12%" class="required"> <?= _("Profil 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_utilsateur_actesvisibles();" >
|
||||
<?php liste_options($profils,""); ?>
|
||||
</SELECT>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<div id="div_liste">
|
||||
|
||||
</div>
|
||||
Reference in New Issue
Block a user