a
This commit is contained in:
parent
6cab38146e
commit
cfe9841dc2
|
|
@ -17,7 +17,14 @@
|
|||
<td align='center'><?= $this->nettoyer($v['souscripteur']) ?></td>
|
||||
<td align='center'><?= $this->nettoyer($v['numeroClient']) ?></td>
|
||||
<td align='center'><?= $this->nettoyer($v['idPolice']) ?></td>
|
||||
<td align="center"> <input class="btn btn-primary" type="button" value="<?= format_N($this->nettoyer($v['nbMvt'])) ?>" onClick="javascript:selectionner_consulter_mvt_police(<?= $idPolice ?>');"> </td>
|
||||
<td align="center">
|
||||
<!-- <input class="btn btn-primary" type="button" value="<?= format_N($this->nettoyer($v['nbMvt'])) ?>" onClick="javascript:selectionner_consulter_mvt_police(<?= $idPolice ?>');"> -->
|
||||
|
||||
<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 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