2009-08-03 04:10:16 +00:00
|
|
|
{assign var=meth value=':'|explode:$VAR._page}
|
|
|
|
<!-- {$meth.0}:{$meth.1} -->
|
2008-11-26 22:50:40 +00:00
|
|
|
|
2009-08-03 04:10:16 +00:00
|
|
|
{$method->exe($meth.0,$meth.1)}
|
|
|
|
{if ($method->result == false)}
|
|
|
|
{$block->display('core:method_error')}
|
|
|
|
{else}
|
|
|
|
{include file='file:../core/view_pre.tpl'}
|
2008-11-26 22:50:40 +00:00
|
|
|
|
2009-08-03 04:10:16 +00:00
|
|
|
<!-- Display the field validation -->
|
|
|
|
{if $record.id == $VAR.log_error_id}
|
|
|
|
{foreach from=$form_validation item=record}
|
|
|
|
{assign var=$record.field value='true'}
|
|
|
|
<b>{$record.field_trans|upper}</b>: {$record.error} <br/>
|
|
|
|
{/foreach}
|
|
|
|
{/if}
|
2008-11-26 22:50:40 +00:00
|
|
|
|
2009-08-03 04:10:16 +00:00
|
|
|
<!-- Display each record -->
|
|
|
|
<form id="view" method="post" action="" enctype="multipart/form-data">
|
2008-11-26 22:50:40 +00:00
|
|
|
|
2009-08-03 04:10:16 +00:00
|
|
|
<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 class="table_heading">{osb f=tt}</td>
|
|
|
|
</tr>
|
|
|
|
<tr valign="top">
|
|
|
|
<td class="row1">
|
|
|
|
<table width="100%" border="0" cellspacing="3" cellpadding="1" class="row1">
|
|
|
|
<tr class="row0" valign="top">
|
|
|
|
<td style="width: 35%;">{osb f=tf field=date_orig}</td>
|
|
|
|
<td style="width: 65%;">{$list->date_time($record.date_orig)}</td>
|
|
|
|
</tr>
|
|
|
|
<tr class="row1" valign="top">
|
|
|
|
<td style="width: 35%;">{osb f=tf field=account_id}</td>
|
|
|
|
<td style="width: 65%;">{osb f=html_select_account name='log_error_account_id' default=$record.account_id}</td>
|
|
|
|
</tr>
|
|
|
|
<tr class="row1" valign="top">
|
|
|
|
<td style="width: 35%;">{osb f=tf field=module}</td>
|
|
|
|
<td style="width: 65%;">{$record.module}</td>
|
|
|
|
</tr>
|
|
|
|
<tr class="row3" valign="top">
|
|
|
|
<td style="width: 35%;">{osb f=tf field=method}</td>
|
|
|
|
<td style="width: 65%;">{$record.method}</td>
|
|
|
|
</tr>
|
|
|
|
</table>
|
|
|
|
<table width="100%" border="0" cellspacing="3" cellpadding="1" class="row1">
|
|
|
|
<tr class="row4" valign="top">
|
|
|
|
<td><div style="text-align: center;"><textarea name="textarea" cols="70" rows="15" >{$record.message}</textarea></div></td>
|
|
|
|
</tr>
|
|
|
|
</table>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td>
|
|
|
|
<table width="100%" border="0" cellspacing="6" cellpadding="1" class="row1">
|
|
|
|
<tr class="row1">
|
|
|
|
<td> </td>
|
|
|
|
{include file='file:../core/view_td_delete.tpl'}
|
|
|
|
</tr>
|
|
|
|
</table>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
</table>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
</table>
|
|
|
|
|
|
|
|
{include file='file:../core/view_post.tpl'}
|
|
|
|
</form>
|
2008-11-26 22:50:40 +00:00
|
|
|
{/if}
|