View Single Post
  #14  
Old 06-18-2004, 08:38 AM
 
Ryano Ryano is offline
 

Senior Member
  
Join Date: Jun 2004
Posts: 192
 

Default

Hi Carrie, that is a good question...I feel like an idiot since I'm not sure what the difference is. lol But I think i'm replacing them in the right directories. They are the ones that appear immediately in front of me when I click on "Edit Templates" within the Admin section. Hope that makes sense.

Here is the updated code for my dialog.tpl
Code:
{* $Id: dialog.tpl,v 1.15 2003/11/14 07:28:30 svowl Exp $ *} <TABLE border=0 cellPadding=0 cellSpacing=0 {$extra}> <TR> <TD height=15 {if $title eq $lng.lbl_featured_products } class=NewDialogTitle {else} class=DialogTitle {/if}background="{$ImagesDir}/dialog_bg_n.gif" valign=bottom>{$title}</TD> </TR> <TR><TD class=DialogBorder><TABLE border=0 cellPadding=10 cellSpacing=1 width="100%"> <TR><TD class=DialogBox>{$content} </TD></TR> </TABLE></TD></TR> </TABLE>

Here is a section of the skin1.css
Code:
.CategoriesList { FONT-SIZE: 12px; FONT-WEIGHT: bold; } .NewDialogTitle { BACKGROUND-COLOR: #000000; COLOR: #ff0000; FONT: bold 15px; } .DialogBox { BACKGROUND-COLOR: #FFFFFF; }
Thanks again!
__________________
xcart v3.5.8 (Unix)
and
xcart v4.0.13
Reply With Quote