2012-06-01 09:42:24 +00:00
|
|
|
Votre commande a bien été prise en compte sous la référence <?=$this->ref?>
|
2012-03-14 11:01:53 +00:00
|
|
|
|
|
|
|
<script>
|
2012-12-06 16:51:14 +00:00
|
|
|
$('#dialog').dialog({
|
|
|
|
buttons: [{ text: "Quitter",
|
|
|
|
click: function() {
|
|
|
|
$(this).dialog("close");
|
|
|
|
window.location.href= window.location.href;
|
|
|
|
} }] });
|
2012-03-14 11:01:53 +00:00
|
|
|
</script>
|