<{include file=admin/header.html}>

<{T w='Settings'}>

<{foreach item=item from=$tList}> <{foreachelse}><{/foreach}>
<{T w='Setting Key'}> <{T w='Setting Value'}> <{T w='Setting Type'}> <{T w='Action'}>
<{$item.skey}> <{$item.svalue}> <{$item.stype}>
<{if $tPageBar ne null}>
Page of <{$tPageBar.total_page}> pages | View per page | Total <{$tPageBar.total_count}> records found
<{/if}>

<{if $action eq 'edit'}><{T w='Edit'}><{else}><{T w='Add'}><{/if}>



<{include file=admin/sidebar.html}>
<{include file=admin/footer.html}>