10 lines
259 B
PHTML
Raw Normal View History

2012-06-01 09:42:24 +00:00
Votre commande a bien été prise en compte sous la référence <?=$this->ref?>
<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;
} }] });
</script>