{if $tLog} {#tr_header#} {assign var="PALANG_pViewlog_data" value=$PALANG.pViewlog_data} {foreach from=$tLog item=item} {assign var=log_data value=$item.data|truncate:35:"...":true} {assign var=item_data value=$item.data} {$smarty.config.tr_hilightoff|replace:'>':" style=\"cursor:pointer;\" onclick=\"alert('$PALANG_pViewlog_data = $item_data')\">"} {/foreach}
{$PALANG.pViewlog_welcome} {$fDomain}
{$PALANG.pViewlog_timestamp} {$PALANG.pViewlog_username} {$PALANG.pViewlog_domain} {$PALANG.pViewlog_action} {$PALANG.pViewlog_data}
{$item.timestamp} {$item.username} {$item.domain} {$item.action} {$log_data}
{/if}