X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   dialog.tpl (https://forum.x-cart.com/showthread.php?t=42090)

ARW VISIONS 08-31-2008 12:18 AM

dialog.tpl
 
How would I change the dialog.tpl to display differently in the main section and admin section.

PhilJ 08-31-2008 12:51 AM

Re: dialog.tpl
 
Code:

{if $usertype eq "A" || ($usertype eq "P" && $active_modules.Simple_Mode ne "")}
Admin Dialog Code
{else}
Customer Dialog Code
{/if}


ARW VISIONS 08-31-2008 06:04 PM

Re: dialog.tpl
 
thank you sir! worked perfectly :)


All times are GMT -8. The time now is 12:06 AM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.