2012-06-01 09:42:24 +00:00

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>