der
This commit is contained in:
parent
bd6f9344d0
commit
a81c9af5f7
|
|
@ -92,7 +92,7 @@
|
|||
</td>
|
||||
|
||||
<td colspan="2" class="text-center" style="vertical-align: middle;">
|
||||
<?php if($bool == 0): ?>
|
||||
<?php if($choix == "0"): ?>
|
||||
<input type="checkbox" <?= ($choix == '1') ? 'checked' : '' ?> value="<?= $choix ?>"
|
||||
onClick="javascript:this.value=(this.value=='1'?'0':'1');selectionner_mouvement_rh(<?= $idMvtTemp ?>, this.value);"
|
||||
>
|
||||
|
|
@ -101,7 +101,7 @@
|
|||
<?php endif; ?>
|
||||
</td>
|
||||
<td class="text-center" style="vertical-align: middle;">
|
||||
<?php if($bool == 0): ?>
|
||||
<?php if($rejet == "0"): ?>
|
||||
<input type="checkbox" <?= ($rejet == '1') ? 'checked' : '' ?> value="<?= $rejet ?>"
|
||||
onClick="javascript:this.value=(this.value=='1'?'0':'1');selectionner_rejet_rh(<?= $idMvtTemp ?>, this.value);"
|
||||
>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user