34 lines
1.2 KiB
Smarty
34 lines
1.2 KiB
Smarty
{assign var=meth value=':'|explode:$VAR._page}
|
|
<!-- {$meth.0}:{$meth.1} -->
|
|
|
|
{$method->exe($meth.0,$meth.1)}
|
|
{if ($method->result == FALSE)}
|
|
{$block->display('core:method_error')}
|
|
{else}
|
|
|
|
{include file='file:../core/search_show_pre.tpl'}
|
|
|
|
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="table_background">
|
|
<tr>
|
|
<td>
|
|
<table width="100%" border="0" cellspacing="1" cellpadding="2">
|
|
{$method->exe_noauth($meth.0,'tpl_search_show')}
|
|
{foreach from=$search_show item=record}
|
|
{include file='file:../core/search_show_tr_record.tpl'}
|
|
<td>{$record.id}</td>
|
|
<td>{$record.account_id}</td>
|
|
<td>{$list->date($record.date_orig)}</td>
|
|
<td>{$list->format_currency_num($record.total_amt,$record.billed_currency_id)}</td>
|
|
<td>{$list->format_currency_num($record.alloc_amt,$record.billed_currency_id)}</td>
|
|
<td>{$list->format_currency_num($record.balance,$record.billed_currency_id)}</td>
|
|
<td>{$list->format_currency_num($record.acct_bal,$record.billed_currency_id)}</td>
|
|
</tr>
|
|
{/foreach}
|
|
</table>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
|
|
{include file='file:../core/search_show_post-1.tpl'}
|
|
{include file='file:../core/search_show_post-2.tpl'}
|
|
{/if} |