View Single Post
  #2  
Old 01-26-2011, 10:50 AM
 
surfrider surfrider is offline
 

Advanced Member
  
Join Date: Feb 2008
Location: California
Posts: 88
 

Default Re: payment_wait.tpl

This is what I have (V4.1.12):

{* $Id: payment_wait.tpl,v 1.8.2.7 2008/05/14 12:53:24 zaa Exp $ *}
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
{config_load file="$skin_config"}
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>{$lng.msg_order_is_being_placed}</title>
<link rel="stylesheet" href="{$SkinDir}/{#CSSFile#}" />
{include file="meta.tpl" }
</head>
<body{$reading_direction_tag}>
<table cellpadding="0" cellspacing="0" align="center" width="100%">
<tr>
<td class="LCSBackground" height="30">&nbsp;</td>
</tr>
<tr>
<td height="1"><img src="{$ImagesDir}/spacer.gif" class="Spc" alt="" /></td>
</tr>
<tr>
<td class="LCSBackground" height="1"><img src="{$ImagesDir}/spacer.gif" class="Spc" alt="" /></td>
</tr>
<tr>
<td style="padding-left: 30px; padding-top: 10px;"><h1>{$lng.msg_order_is_being_placed}</h1></td>
</tr>
</table>
__________________
xcart gold 4.1.9
xcart gold 4.1.11
xcart gold 4.1.12
xcart gold 4.4.3
xcart gold 4.6.3
Reply With Quote