frt
This commit is contained in:
parent
a81c9af5f7
commit
82efec7652
|
|
@ -37,9 +37,6 @@
|
||||||
$libelleSensMouvement = est_anglophone() ? $mvt['libelleSensMouvementEng'] : $mvt['libelleSensMouvement'];
|
$libelleSensMouvement = est_anglophone() ? $mvt['libelleSensMouvementEng'] : $mvt['libelleSensMouvement'];
|
||||||
$nombreGed = $mvt['nombreGed'];
|
$nombreGed = $mvt['nombreGed'];
|
||||||
$idBeneficiaire = $mvt['idBeneficiaire'];
|
$idBeneficiaire = $mvt['idBeneficiaire'];
|
||||||
$bool = intval($choix)+intval($rejet);
|
|
||||||
|
|
||||||
//var_dump($bool);
|
|
||||||
?>
|
?>
|
||||||
<tr>
|
<tr>
|
||||||
<td class="text-center" style="vertical-align: middle;">
|
<td class="text-center" style="vertical-align: middle;">
|
||||||
|
|
@ -92,27 +89,17 @@
|
||||||
</td>
|
</td>
|
||||||
|
|
||||||
<td colspan="2" class="text-center" style="vertical-align: middle;">
|
<td colspan="2" class="text-center" style="vertical-align: middle;">
|
||||||
<?php if($choix == "0"): ?>
|
|
||||||
<input type="checkbox" <?= ($choix == '1') ? 'checked' : '' ?> value="<?= $choix ?>"
|
<input type="checkbox" <?= ($choix == '1') ? 'checked' : '' ?> 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: ?>
|
|
||||||
<input type="checkbox" <?= ($choix == '1') ? 'checked' : '' ?> value="<?= $choix ?>" disabled></td>
|
|
||||||
<?php endif; ?>
|
|
||||||
</td>
|
</td>
|
||||||
<td class="text-center" style="vertical-align: middle;">
|
<td class="text-center" style="vertical-align: middle;">
|
||||||
<?php if($rejet == "0"): ?>
|
|
||||||
<input type="checkbox" <?= ($rejet == '1') ? 'checked' : '' ?> value="<?= $rejet ?>"
|
<input type="checkbox" <?= ($rejet == '1') ? 'checked' : '' ?> value="<?= $rejet ?>"
|
||||||
onClick="javascript:this.value=(this.value=='1'?'0':'1');selectionner_rejet_rh(<?= $idMvtTemp ?>, this.value);"
|
onClick="javascript:this.value=(this.value=='1'?'0':'1');selectionner_rejet_rh(<?= $idMvtTemp ?>, this.value);"
|
||||||
>
|
>
|
||||||
<?php else: ?>
|
|
||||||
<input type="checkbox" <?= ($rejet == '1') ? 'checked' : '' ?> value="<?= $rejet ?>" disabled></td>
|
|
||||||
<?php endif; ?>
|
|
||||||
</td>
|
</td>
|
||||||
<td class="text-center" style="vertical-align: middle;">
|
<td class="text-center" style="vertical-align: middle;">
|
||||||
<?php if($rejet == 1): ?>
|
|
||||||
<input type="button" value="Obs" onClick='javascript:maj_observation_rejet_rh(<?= $idMvtTemp ?>);'>
|
<input type="button" value="Obs" onClick='javascript:maj_observation_rejet_rh(<?= $idMvtTemp ?>);'>
|
||||||
<?php endif; ?>
|
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<?php endforeach; ?>
|
<?php endforeach; ?>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user