10 lines
259 B
PHTML
10 lines
259 B
PHTML
Votre commande a bien été prise en compte sous la référence <?=$this->ref?>
|
|
|
|
<script>
|
|
$('#dialog').dialog({
|
|
buttons: [{ text: "Quitter",
|
|
click: function() {
|
|
$(this).dialog("close");
|
|
window.location.href= window.location.href;
|
|
} }] });
|
|
</script>
|