dsae
This commit is contained in:
parent
0f2b3b020f
commit
2da720b3a6
|
|
@ -42,9 +42,10 @@
|
||||||
|
|
||||||
<td width="8%" align="center" > <?= _("Désignation") ?> </td>
|
<td width="8%" align="center" > <?= _("Désignation") ?> </td>
|
||||||
<td> <INPUT style="font-size:10pt; text-align:center" class="form-control" TYPE="text" value="<?= $libelle ?>" disabled></td>
|
<td> <INPUT style="font-size:10pt; text-align:center" class="form-control" TYPE="text" value="<?= $libelle ?>" disabled></td>
|
||||||
|
</tr>
|
||||||
<td align="center" > <?= _("Actif") ?> </td>
|
<tr>
|
||||||
<td>
|
<td > <?= _("Actif") ?> </td>
|
||||||
|
<td colspan="3">
|
||||||
<SELECT style="font-size:10pt; text-align:center;" class="form-select" id="enVigueur" NAME="enVigueur" autofocus>
|
<SELECT style="font-size:10pt; text-align:center;" class="form-select" id="enVigueur" NAME="enVigueur" autofocus>
|
||||||
<?php liste_options($enVigueurOuiNon, $lienparente['enVigueur'],true); ?>
|
<?php liste_options($enVigueurOuiNon, $lienparente['enVigueur'],true); ?>
|
||||||
</SELECT>
|
</SELECT>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user