This commit is contained in:
KANE LAZENI 2026-01-19 12:02:13 +00:00
parent cfe9841dc2
commit 40715006b9

View File

@ -23,8 +23,13 @@
<button type="button" class="btn btn-primary px-3 shadow-sm" onclick="selectionner_consulter_mvt_police();" title="<?= format_N($this->nettoyer($v['nbMvt'])) ?>">
<i class="fas fa-sync-alt"></i>
</button>
</td>
<td> <button style='font-size:10pt;' type="button" class="form-control btn btn-primary" onclick="javascript:selectionner_consulter_mvt_police();"> <?= format_N($this->nettoyer($v['nbMvt'])) ?> </button> </td>
<td align='center'><?= format_N($this->nettoyer($v['nbAttente'])) ?></td>
<td align='center'><?= format_N($this->nettoyer($v['nbValide'])) ?></td>
</tr>