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