- combined various cronfunctions into function.CronjobFunctions.php

- dynamic 'last-run' overview on admin_index.php
- added toggleCronStatus() to deactivate specific cronjobs when module has been activated/deactivated
This commit is contained in:
Michael Kaufmann (d00p)
2010-01-28 11:17:55 +00:00
parent 3ef5cba67b
commit ac5e837dd0
17 changed files with 209 additions and 203 deletions

View File

@@ -115,20 +115,7 @@ $header
<tr>
<td colspan="2" class="maintitle"><b><img src="images/title.gif" alt="" />&nbsp;{$lng['admin']['froxlordetails']}</b></td>
</tr>
<tr>
<td class="field_name_border_left">{$lng['admin']['cronlastrun']}:</td>
<td class="field_display">$cronlastrun</td>
</tr>
<tr>
<td class="field_name_border_left">{$lng['admin']['trafficlastrun']}:</td>
<td class="field_display">$trafficlastrun</td>
</tr>
<if $settings['ticket']['enabled'] == 1>
<tr>
<td class="field_name_border_left">{$lng['admin']['archivelastrun']}:</td>
<td class="field_display">$archivelastrun</td>
</tr>
</if>
{$cron_last_runs}
<tr>
<td class="field_name_border_left">{$lng['admin']['installedversion']}:</td>
<td class="field_display">{$version}</td>