{if $formSubmitted}
{if $submitResult} {"Cron Monitor log has been cleared."|i18n} {else} {"Cron Monitor log NOT Cleared! Please, try again later..."|i18n} {/if}
{/if}

{"Cron Monitor"|i18n}

{"This page will show you the activity for all of the possible files that can be executed through a cron."|i18n} {"By looking at this information you can see if your cronjobs are setup properly."|i18n} {"The last 3 times each cron file was run will be listed."|i18n}

{"Cron History"|i18n}
{foreach from=$crons key=k item=c name=c} {if $k=='cron_auto_remind'}modules/auto_remind/{elseif $k=='cron_rss'}modules/activerss/{/if}{$k}.php {if $k == 'cron'} ({"Scheduled sending, stall eliminator"|i18n}) {elseif $k == 'cron_pop'} ({"Subscribe/Unsubscribe by email"|i18n}) {elseif $k == 'cron_responder'} ({"Auto-Responder"|i18n}) {elseif $k == 'cron_bounce'} ({"Bounced Email Parser"|i18n}) {elseif $k == 'cron_sync'} ({"Database Sync Add-On"|i18n}) {elseif $k == 'cron_auto_remind'} ({"Auto-Reminder Add-On"|i18n}) {elseif $k == 'cron_rss'} ({"ActiveRSS Add-On"|i18n}) {else} ({"Unknown cronjob task"|i18n}) {/if} [ {"Run Now"|i18n} ] {if $k=='cron_auto_remind'}[ {"FORCE"|i18n} ]{/if}
{foreach from=$c item=f name=f} {$smarty.foreach.f.iteration} - {"Process started at"|i18n}: {$f.started|acpdate} {"and finished at"|i18n}: {if !$f.ended}{"an unknown time. (possible timeout or error)"|i18n}{else}{$f.ended|acpdate}{/if}
{foreachelse}

{"File did not ever run."|i18n}

{/foreach}

{"Please note that it is normal for cronjobs to have no ending time."|i18n}


{if !$smarty.foreach.c.last}
{/if} {/foreach}

{"Clear Monitor"|i18n}