FichePolice
This commit is contained in:
parent
59c6707f84
commit
23e9ed9cdf
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user