View Single Post
  #1  
Old 10-08-2004, 05:22 AM
  Gijs's Avatar 
Gijs Gijs is offline
 

eXpert
  
Join Date: Aug 2004
Location: Belgium
Posts: 295
 

Default Might be of use: different dialog-images in admin & cust

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
__________________
X-cart 4.1.11
PHP 5 MySQL 5
www.wheelpalace.eu
Reply With Quote