ser
This commit is contained in:
parent
80dd0d96b9
commit
f8af0681d4
|
|
@ -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; ?>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user