FichePolice
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user