Follow us on Twitter X-Cart on Facebook Wiki
Shopping cart software Solutions for online shops and malls

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

 
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design
 
Thread Tools Search this Thread
  #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
  #2  
Old 10-08-2004, 06:50 AM
  Gijs's Avatar 
Gijs Gijs is offline
 

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

Default

Green Go-button

Forgot I had a green go-button too.

Use the same techinque.

Edit buttons/go_image.tpl

Code:
{if $usertype == "C"}src="{if $full_url}{$http_host}{$ImagesDir|replace:"..":""}{else}{$ImagesDir}{/if}/go.gif" width="27" height="14" border="0" align="top"{else}src="{if $full_url}{$http_host}{$ImagesDir|replace:"..":""}{else}{$ImagesDir}{/if}/blue_go.gif" width="27" height="14" border="0" align="top"{/if}
__________________
X-cart 4.1.11
PHP 5 MySQL 5
www.wheelpalace.eu
Reply With Quote
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -8. The time now is 11:55 AM.

   

 
X-Cart forums © 2001-2020