36 lines
1.3 KiB
PHP
36 lines
1.3 KiB
PHP
<?php
|
|
// $codeTarifMedicament = $_SESSION['codeTarifMedicament_C'];
|
|
?>
|
|
|
|
<input class="form-control" style="text-align: center; font-size:10pt;" type="text" value="<?= _("Consultation composition tarif Verres") ?>" readonly>
|
|
|
|
<div id="div_entete_tarif" onkeypress="javascript:ctrlkeypress_composante_tarif_verre_cons(event);">
|
|
<table class="table table-condensed" style="font-size:10pt; paddind:0px;">
|
|
<tbody>
|
|
<tr>
|
|
<td width="5%"> <?= _("Tarif") ?> </td>
|
|
|
|
<td>
|
|
<SELECT onChange="javascript:ajax_init_composante_tarif_verre_cons();" class="form-control" id="codeTarifOptique" NAME="codeTarifOptique" autofocus style="font-size:10pt;">
|
|
<?php liste_options($tarifs, "" ,false); ?>
|
|
</SELECT>
|
|
</td>
|
|
|
|
<td align='center' width="10%"> <?= _("Désignation") ?> </td>
|
|
|
|
<td width="50%" >
|
|
<INPUT style='font-size:10pt;' class="form-control" TYPE="text" id="libelleVerre" name="libelleVerre" >
|
|
</td>
|
|
|
|
<td align='center' width="10%">
|
|
<input class="form-control btn btn-primary" type="button" value="<?= _("Actualiser...") ?>"
|
|
onClick="javascript:ajax_composante_tarif_verre_cons();" style="font-size:10pt;">
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
|
|
<div id="div_compsante_tarif">
|
|
</div>
|