/home/techb158/exp.abdallabala.com/ui/theme/ibilling
Edit: /home/techb158/exp.abdallabala.com/ui/theme/ibilling/util-activity.tpl (1942B)
{extends file="$tpl_admin_layout"}
{block name="content"}
{$_L['Records']} {$paginator['found']}
. {$_L['Page']} {$paginator['page']} {$_L['of']} {$paginator['lastpage']}.
{$_L['Clear Old Data']}
| {$_L['ID']} |
{$_L['Date']} |
{$_L['Type']} |
{$_L['Description']} |
{$_L['UID']} |
{$_L['IP']} |
{foreach $d as $ds}
| {$ds['id']} |
{date( $_c['df'], strtotime($ds['date']))} |
{$ds['type']} |
{$ds['description']} |
{$ds['userid']} |
{$ds['ip']} |
{/foreach}
{$paginator['contents']}
{/block}