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

<{T w='News'}>

<{foreach item=item from=$tList}> <{foreachelse}><{/foreach}>
ID <{T w='Title'}> <{T w='Date time'}> <{T w='Action'}>
<{$item.newsid}> <{$item.title}> <{$item.cdate}>
<{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 News'}><{else}><{T w='Add News'}><{/if}>




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