Ajout des boutons en javascript
This commit is contained in:
parent
1da719624c
commit
9581c825db
@ -9,7 +9,6 @@ Vos critères seront enregistrées et une référence vous sera fourni.</p>
|
||||
<?php } else {?>
|
||||
<div id="update">
|
||||
<p>Votre ciblage a été actualisé</p>
|
||||
|
||||
<p>
|
||||
Nombre d'unités : <?=$this->resultat?><br/>
|
||||
Nombre d'unités Insee : <?=$this->uniteInsee?><br/>
|
||||
@ -41,7 +40,12 @@ $('#dialog').dialog({ buttons: [ {
|
||||
$('div#update').html(data);
|
||||
});
|
||||
}
|
||||
} ] });
|
||||
},
|
||||
{
|
||||
text: "Quitter",
|
||||
click: function() { $(this).dialog("close"); }
|
||||
}
|
||||
] });
|
||||
</script>
|
||||
</div>
|
||||
<?php }?>
|
||||
|
Loading…
Reference in New Issue
Block a user