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/checkout_multiple.tpl
2008-11-26 14:50:40 -08:00

39 lines
1.5 KiB
Smarty

{$method->exe("invoice","checkout_multiple_preview")}
{if $total}
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="0" class="body">
<tr>
<td valign="top" align="center" width="35%">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td>
<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="row1">
<table width="100%" border="0" cellspacing="5" cellpadding="1" class="row1">
<tr>
<td width="74%"><div align="center">{translate module=invoice total=$total}due_invoices_pay{/translate}</div></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
<br><br>
{/if}
<!-- Display checkout optoins -->
{ $block->display("invoice:checkoutoptions") }
<br>
<br>