Hi,
whilst setting up x-cart and changing the dialog_bg_n.gif to a greenesh colour it hit me: that green didn't work well with the blue-set I had in the admin section.
This might help using different dialog-images for customer and admin:
Add another dialog-gif (other name: f.e.: bleu_dialog_bg_n.gif) in the skin1/images directory.
Edit
dialog.tpl
Code:
{if $usertype == "C"}
<TD height="15" class="DialogTitle" background="{$ImagesDir}/dialog_bg_n.gif" valign="bottom">{$title}</TD>
{else}
<TD height="15" class="DialogTitle" background="{$ImagesDir}/blue_dialog_bg_n.gif" valign="bottom">{$title}</TD>
{/if}
Thought I share this, because I no longer have the blues
Gijs