ser
This commit is contained in:
parent
82efec7652
commit
07b4c672ab
|
|
@ -89,15 +89,20 @@
|
|||
</td>
|
||||
|
||||
<td colspan="2" class="text-center" style="vertical-align: middle;">
|
||||
<input type="checkbox" <?= ($choix == '1') ? 'checked' : '' ?> value="<?= $choix ?>"
|
||||
onClick="javascript:this.value=(this.value=='1'?'0':'1');selectionner_mouvement_rh(<?= $idMvtTemp ?>, this.value);"
|
||||
>
|
||||
<?php if ($rejet == '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 endif; ?>
|
||||
</td>
|
||||
<td class="text-center" style="vertical-align: middle;">
|
||||
<input type="checkbox" <?= ($rejet == '1') ? 'checked' : '' ?> value="<?= $rejet ?>"
|
||||
onClick="javascript:this.value=(this.value=='1'?'0':'1');selectionner_rejet_rh(<?= $idMvtTemp ?>, this.value);"
|
||||
>
|
||||
<?php if ($choix == '0'): ?>
|
||||
<input type="checkbox" <?= ($rejet == '1') ? 'checked' : '' ?> value="<?= $rejet ?>"
|
||||
onClick="javascript:this.value=(this.value=='1'?'0':'1');selectionner_rejet_rh(<?= $idMvtTemp ?>, this.value);"
|
||||
>
|
||||
<?php endif; ?>
|
||||
</td>
|
||||
|
||||
<td class="text-center" style="vertical-align: middle;">
|
||||
<input type="button" value="Obs" onClick='javascript:maj_observation_rejet_rh(<?= $idMvtTemp ?>);'>
|
||||
</td>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user