2009-03-20 09:07:19 +00:00
|
|
|
<?php
|
|
|
|
|
|
|
|
?>
|
2010-02-23 15:27:18 +00:00
|
|
|
<span class="left">
|
2010-03-16 16:06:50 +00:00
|
|
|
<a id="lienMandataireEdit" class="lienMandataire" title="Editer le mandataire"
|
2010-02-23 15:27:18 +00:00
|
|
|
href="./pages_saisie/mandataire.php">
|
|
|
|
<img src="../img/edit1.gif" alt="Edition mandataire"/>
|
|
|
|
</a>
|
|
|
|
</span>
|
2009-03-20 09:07:19 +00:00
|
|
|
<script>
|
|
|
|
$('[name=jugement[mand]]').change(function(){
|
2010-03-16 16:06:50 +00:00
|
|
|
var tribunal = $('#tribunal option:selected').val();
|
|
|
|
var idMandataire = $('[name=jugement[mand]] option:selected').val();
|
2010-02-23 15:27:18 +00:00
|
|
|
$('#lienMandataireEdit').attr('href','./pages_saisie/mandataire.php?tribunal='+tribunal+'&id='+idMandataire);
|
2009-03-20 09:07:19 +00:00
|
|
|
});
|
|
|
|
</script>
|