Hi Yves,
Got another one for you.
In some templates the booking detailsform gets broken.
The buttons on the bottom don't all show up.
But when clicking the "Contact" button, the missing buttons show up at the bottom of the Contact form pop-up.
Can't explain why this is happening, but I found a way to work arround this.
In the default.php of the booking view I'v moved the code "echo MatukioHelperRendering::getContactDialog($this->event, $this->user, $this->booking);" to the bottom of the script, between the printdialog and the copyright dialog.
This solves the problem in the different templates and works in all of them.
Cheers,
Rob