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