22 lines
921 B
PHP
22 lines
921 B
PHP
<div id="div_ente_requete">
|
|
<div id="recherche_requete" onkeypress="javascript:ctrlkeypressconsultation(event);">
|
|
<table class="table table-responsive table-condensed" style='font-size:12pt;' >
|
|
<tbody>
|
|
<tr>
|
|
<td width="20%" align="center"> <?= _("Bon de consultation") ?> </td>
|
|
<td width="20%">
|
|
<INPUT style='text-align:center; font-size:12pt;' class="form-control" TYPE="text" id="numeroBonConsultation" name="numeroBonConsultation"
|
|
onChange="javascript:afficher_factures_consultation(this.value);" autofocus required AUTOCOMPLETE="OFF" >
|
|
</td>
|
|
|
|
<td> </td>
|
|
<td> <button type="button" style="font-size:10pt;" class="form-control btn btn-primary" onclick="javascript:$('#numeroBonConsultation').blur();" > <?= _("Rechercher...") ?> </button> </td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
|
|
<div id="div_detail_factures">
|
|
</div>
|
|
</div>
|