{* $Id: logs.tpl 1503 2006-03-31 07:53:23Z zeke $ *} {capture name="mainbox"} {if $mode == 'show'}
{$file_contents|escape:html}
{else} {literal} {/literal} {capture name="section"}

{$lang.period}:

{$lang.all}  {$lang.in_last_24hrs}   {$lang.in_last_7days}   {$lang.in_last_month}   {$lang.choose} 
{html_select_date prefix='from_' time=$time_from}   -   {html_select_date prefix='to_' time=$time_to}
{$lang.type}:
{if 'view_orders'|fn_check_privileges:true} {include file="buttons/button.tpl" but_text=$lang.search but_onclick="javascript: document.logs_search_form.submit();" but_type="input"} {/if}
{if $smarty.get.period != 'C'} {/if} {/capture} {include file="common_templates/section.tpl" section_title=$lang.search section_content=$smarty.capture.section} {if $mode == 'search'}
{if $logs} {foreach from=$logs item=log} {/foreach} {else} {/if}
{$lang.filename}
{$log}

{$lang.text_no_items_found|replace:"[items]":$lang.files}

{if $logs}

{if 'delete_logs'|fn_check_privileges:true} {include file="buttons/button.tpl" but_text=$lang.delete_selected but_onclick="javascript: document.logs_list_form.submit();" but_type="input"} {/if} {/if}
{/if} {/if} {/capture} {include file="common_templates/mainbox.tpl" title=$lang.logs content=$smarty.capture.mainbox}