{* Smarty block element for creating Cronjob overview pages. Following variables have to be given by the including template to create the list elements: - $list_elements: Array of elements that should be displayed in the list. Has to contain following keys: - task: Should be something like "deleteLogs", "deleteGuestAccounts", etc - schedule: Information about the configured schedule - name: Name of the entry - status: Defines the status of the task. Can be something like "inactive", "active", "warning", "error" If $list_elements is empty a notification is shown instead. Example: {include file="get_usermod:cronjobs/partial/overview_task_list_element.html" title = $title list_elements = $list_elements} *} {block name="admin_cronjob_partial_overview_list_element"}
{block name="admin_cronjob_partial_overview_list_element_heading"}
{block name="admin_cronjob_partial_overview_list_element_heading_title"}

{$txt.sub_title_tasks}

{/block}
{/block} {if $cronjobs} {block name="admin_cronjob_partial_overview_list_element_container"}
{block name="admin_cronjob_partial_overview_list_element_list"} {/block}
{/block} {else} {block name="admin_cronjob_partial_overview_list_element_empty_list"}
{/block} {/if}
{/block}