This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
khosb/themes/default/blocks/invoice/thankyou.tpl
2008-11-26 14:50:40 -08:00

49 lines
1.5 KiB
Smarty

<table width="100%" border="0" cellspacing="0" cellpadding="0" class="table_background">
<tr>
<td>
<table width="100%" border="0" cellspacing="1" cellpadding="0">
<tr valign="top">
<td width="65%" class="table_heading">
<center>
{translate module=invoice}
thank_you
{/translate}
</center>
</td>
</tr>
<tr valign="top">
<td width="65%" class="row1">
<table width="100%" border="0" cellspacing="3" cellpadding="1" class="row1">
<tr valign="top">
<td width="65%">
{translate module=invoice}
thank_you_text
{/translate}
</td>
</tr>
<tr valign="top">
<td width="65%">
{if $VAR.id != ""}
<a href="?id={$VAR.id}&_page={if $VAR._next_page != ""}{$VAR._next_page}{else}invoice:user_view{/if}">
{translate module="invoice"}
invoice_link
{/translate}
</a>
{/if}
</td>
</tr>
<tr valign="top">
<td width="65%"><a href="?_page=account:account">
{translate module="invoice"}
account_link
{/translate}
</a></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>