dsae
This commit is contained in:
parent
0f2b3b020f
commit
2da720b3a6
|
|
@ -42,14 +42,15 @@
|
|||
|
||||
<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 align="center" > <?= _("Actif") ?> </td>
|
||||
<td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td > <?= _("Actif") ?> </td>
|
||||
<td colspan="3">
|
||||
<SELECT style="font-size:10pt; text-align:center;" class="form-select" id="enVigueur" NAME="enVigueur" autofocus>
|
||||
<?php liste_options($enVigueurOuiNon, $lienparente['enVigueur'],true); ?>
|
||||
</SELECT>
|
||||
</td>
|
||||
</tr>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user