21 lines
636 B
PHP
21 lines
636 B
PHP
<?php $this->titre = "INTER-SANTE - Accès Réseau et Tickets Modérateurs"; ?>
|
|
|
|
<legend> <?= _("Accès Réseau et Tickets Modérateurs") ?> </legend>
|
|
|
|
<table class="table table-condensed table-responsive" style="font-size:10pt;" >
|
|
<tbody>
|
|
<tr>
|
|
|
|
<td width="15%" > <?= _("Catégorie") ?> </td>
|
|
<td>
|
|
<SELECT style="font-size:10pt;" class="form-control" id="codeProduit" NAME="codeProduit" required autofocus onChange="javascript:afficher_reseau_categorie();" >
|
|
<?php liste_options($produit,""); ?>
|
|
</SELECT>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
|
|
<div id="div_produitreseau">
|
|
</div>
|