', $txt['scheduled_tasks_were_run'], ' '; template_show_list('scheduled_tasks'); } // A template for, you guessed it, editing a task! function template_edit_scheduled_tasks() { global $context, $settings, $options, $txt, $scripturl, $modSettings; // Starts off with general maintenance procedures. echo '

', $txt['scheduled_task_edit'], '

', sprintf($txt['scheduled_task_time_offset'], $context['server_time']), '
', $txt['scheduled_tasks_name'], ':
', $context['task']['name'], '
', $context['task']['desc'], '
', $txt['scheduled_task_edit_repeat'], '

', $txt['scheduled_task_edit_start_time_desc'], '
'; }