Enregistrement de la commande d'un enrichissement
This commit is contained in:
parent
853fc50aa1
commit
996db51afc
@ -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>
|
Loading…
Reference in New Issue
Block a user