8 lines
210 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>
$('#dialog').dialog({ buttons: [ {
2012-06-01 09:42:24 +00:00
text: "Fermer",
click: function() { $(this).dialog('close'); }
} ] });
</script>