a
This commit is contained in:
parent
cfe9841dc2
commit
40715006b9
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user