radiantproduction/Vue/Paramseuilalerte/index.php

23 lines
670 B
PHP

<?php $this->titre = "INTER-SANTE - Seuil alerte consommation"; ?>
<script type="text/javascript">
</script>
<legend> <?= _("Seuil alerte consommation par produit") ?> </legend>
<table class="table table-condensed table-responsive" style="font-size:10pt;" >
<tbody>
<tr>
<td width="15%" > <?= _("Categgorie") ?> </td>
<td>
<SELECT style="font-size:10pt;" class="form-control" id="codeProduit" NAME="codeProduit" required autofocus onChange="javascript:afficher_garantie_produit_cons();" >
<?php liste_options($produit,""); ?>
</SELECT>
</td>
</tr>
</tbody>
</table>
<div id="div_garantieproduit">
</div>