This commit is contained in:
KONE SOREL 2026-03-31 15:01:39 +00:00
parent 80dd0d96b9
commit f8af0681d4

View File

@ -86,14 +86,15 @@
</td>
<td colspan="2" class="text-center" style="vertical-align: middle;">
<?php if ($nombreGed > '0'): ?>
<?php //if ($nombreGed > '0'): ?>
<input type="checkbox"
<?= ($choix == '1') ? 'checked' : '' ?>
value="<?= $choix ?>"
onClick="javascript:this.value=(this.value=='1'?'0':'1');selectionner_mouvement_rh(<?= $idMvtTemp ?>, this.value);">
<?php else: ?>
<span style="color: #ccc;">-</span>
<?php endif; ?>
<?php //else: ?>
<!-- <span style="color: #ccc;">-</span>-->
<?php //endif; ?>
</td>
</tr>
<?php endforeach; ?>