37 lines
1.0 KiB
Smarty
37 lines
1.0 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>{$list->date_time($record.date_orig)}</td>
|
|
<td>
|
|
{if $record.account_id == '0'}
|
|
{translate module=invoice_memo}system{/translate}
|
|
{else}
|
|
{$record.account_id}
|
|
{/if}
|
|
</td>
|
|
<td>{t}{$record.type}{/t}</td>
|
|
<td>{$record.memo|truncate:30}</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}
|