a
This commit is contained in:
parent
723a83cb7a
commit
c193bbda02
|
|
@ -14,10 +14,17 @@
|
|||
|
||||
<td width="5%" align="center"> Etat</td>
|
||||
<td>
|
||||
<SELECT class="form-control" id="codeReponseEntentePrealable" NAME="codeReponseEntentePrealable" style='font-size:10pt;'>
|
||||
<?php liste_options_consultation($reponseententeprealable, ""); ?>
|
||||
<SELECT class="form-control" id="codeSensMouvement" NAME="codeSensMouvement" style='font-size:10pt;'>
|
||||
<?php liste_options_consultation($sensmouvement, ""); ?>
|
||||
</SELECT>
|
||||
</td>
|
||||
|
||||
<td align="center"> <?= _("Actes Visibles?") ?> </td>
|
||||
<td>
|
||||
<SELECT style="font-size:10pt;" class="form-control" id="valide" NAME="valide" >
|
||||
<?php liste_options($mvt_valide, ""); ?>
|
||||
</SELECT>
|
||||
</td>
|
||||
|
||||
<td> </td>
|
||||
<td> <button style='font-size:10pt;' type="button" class="form-control btn btn-primary" onclick="javascript:listeententeprealablespha();">Actualiser...</button> </td>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user