View Single Post
  #3  
Old 03-31-2006, 06:42 AM
 
dazybabes dazybabes is offline
 

Advanced Member
  
Join Date: Mar 2005
Posts: 70
 

Default

I don't know? I don't think so?

this is the code that I have for dialog_message.tpl

Code:
{if $top_message.content ne "" or $alt_content ne ""} {if $top_message.type eq "E"} {assign var="log_icon" value="log_type_Error.gif"} {assign var="log_title" value=$lng.lbl_error} {elseif $top_message.type eq "W"} {assign var="log_icon" value="log_type_Warning.gif"} {assign var="log_title" value=$lng.lbl_warning} {else} {assign var="log_icon" value="log_type_Information.gif"} {assign var="log_title" value=$lng.lbl_information} {/if} {if $alt_content ne ""} {assign var="log_icon" value="log_type_Warning.gif"} {assign var="log_title" value=$title} {/if} <TABLE border="0" cellpadding="0" cellspacing="0" width="85%" align="center"> <TR> <TD height="15" valign="bottom" class="DialogBorder"> <TABLE width="100%" border="0" cellspacing="2" cellpadding="0"> <TR> <TD class="DialogTitle">[img]{$ImagesDir}/{$log_icon}[/img] {$log_title}</TD> <TD align="right" class="DialogTitle"> {if $top_message.no_close eq ""} [img]{$ImagesDir}/close.gif[/img] {/if} </TD> </TR> </TABLE></TD> </TR> <TR> <TD class="DialogBorder"> <TABLE border="0" cellpadding="10" cellspacing="1" width="100%"> <TR> <TD valign="top" class="DialogBox">{if $alt_content ne ""}{$alt_content}{else}{$top_message.content}{/if} {if $top_message.anchor ne ""} <DIV align="right">{$lng.lbl_go_to_last_edit_section} [img]{$ImagesDir}/goto_arr.gif[/img]</DIV>{/if} </TD> </TR> </TABLE></TD> </TR></TABLE> {/if}
__________________
X-Cart Version 4.0.3
Reply With Quote