FichePolice

This commit is contained in:
KONE SOREL 2025-12-26 18:15:30 +00:00
parent 59c6707f84
commit 23e9ed9cdf

View File

@ -205,19 +205,19 @@
</select>
</td>
<td align="center"> <?= _("Appliquer Tarif Garant?") ?> </td>
<?php if($police['appliquerTarifGarant']=='1'): ?>
<td><INPUT style='text-align:center; background-color:gray !important;color:white;' class="form-control" TYPE="text" value="<?= _("Oui") ?>" readonly></td>
<?php else: ?>
<td><INPUT style='text-align:center; background-color:gray !important;color:white;' class="form-control" TYPE="text" value="<?= _("Non") ?>" readonly></td>
<?php endif; ?>
<td align="center"> <?= _("Check Up?") ?> </td>
<?php if($police['libellePolice']=='1'): ?>
<td><INPUT style='text-align:center; background-color:gray !important;color:white;' class="form-control" TYPE="text" value="<?= _("Oui") ?>" readonly></td>
<?php else: ?>
<td><INPUT style='text-align:center; background-color:gray !important;color:white;' class="form-control" TYPE="text" value="<?= _("Non") ?>" readonly></td>
<?php endif; ?>
</tr>
<tr>