Enregistrement de la commande d'un enrichissement

This commit is contained in:
Michael RICOIS 2015-06-11 12:04:27 +00:00
parent 853fc50aa1
commit 996db51afc

View File

@ -1,7 +1,11 @@
<?php if ($this->msg) {?>
<?=$this->msg?>
<?php } else {?>
Votre commande a bien été prise en compte sous la référence <?=$this->ref?>
<?php }?>
<script>
$('#dialog').dialog({ buttons: {
'Annuler': function() { $(this).dialog('close'); }
'Quitter': function() { $(this).dialog('close'); }
}, });
</script>