Would it be possible to write a if statement that was along the lines of
Code:
{if $dir eq "admin"}
(have desired admin dialog design code here)
{else}
(have desired customer dialog box design code here)
{/if}
I can't quiet get the logic right? Does anyone have any thoughts?