Hi, you can see it on the page:
www.aktionsfinder.at/aktionsfinder/meine-einkaufsliste.html
with the user test pw test
,there I have made a test for you one time in HTML one time in php echo HTML.
<!-- Test fьr ARI -->
{arijdialog width="560" height="260" title="Notiz" resizable="true" draggable="true"}
{arijdicontent title="Modal dialog"}
ARI Test
{/arijdicontent}{arijdocontent}
TEST
{/arijdocontent}{/arijdialog}
<?php
echo '{arijdialog width="560" height="260" title="Notiz" resizable="true" draggable="true"}';
echo '{arijdicontent title="Modal dialog"}';
echo 'ARI Test';
echo '{/arijdicontent}{arijdocontent}';
echo 'TEST';
echo '{/arijdocontent}{/arijdialog}';
?>
<!-- Test Ende fьr ARI -->