- added admin_cronjobs.php to change cronjob intervals and possibility to enable/disable them, refs #75

This commit is contained in:
Michael Kaufmann (d00p)
2010-03-26 08:42:13 +00:00
parent 0ec2238e4b
commit fc5d14d223
7 changed files with 199 additions and 85 deletions

View File

@@ -1,8 +1,7 @@
<tr class="" onmouseover="this.className='RowOverSelected';" onmouseout="this.className='';">
<td class="field_name_border_left">{$description}</td>
<td class="field_name">{$row['lastrun']}</td>
<td class="field_name">{$row['interval']}</td>
<td class="field_name">{$row['isactive']}</td>
<td class="field_name"><a href="$filename?s=$s&amp;page=$page&amp;action=edit&amp;id={$row['id']}">{$lng['panel']['edit']}</a></td>
<td class="field_name"><if $vendor != 'froxlor'><a href="$filename?s=$s&amp;page=$page&amp;action=delete&amp;id={$row['id']}">{$lng['panel']['delete']}</a></if></td>
</tr>
<tr class="" onmouseover="this.className='RowOverSelected';" onmouseout="this.className='';">
<td class="field_name_border_left">{$description}</td>
<td class="field_name">{$row['lastrun']}</td>
<td class="field_name">{$row['interval']}</td>
<td class="field_name">{$row['isactive']}</td>
<td class="field_name"><a href="$filename?s=$s&amp;page=$page&amp;action=edit&amp;id={$row['id']}">{$lng['panel']['edit']}</a></td>
</tr>