{* Smarty block element for creating the first part of the cronjob overview page. Following variables have to be given by the including template to create the list elements: - $title: Title of the section - $cronjob: Array of information about the cronjob. Has to contain following keys: - status: Contains whether the cronjob is running or not. Possible values may be "active" or "inactive" - executedAt: Datetime of the last successful run of the cronjob - url: Contains the URL that has to be called from the server Example: {include file="get_usermod:cronjobs/partial/overview_part_miscellaneous.html" title = $title cronjob = $cronjob} *} {block name="admin_cronjob_partial_overview_miscellaneous_list"}
{block name="admin_cronjob_partial_overview_miscellaneous_list_heading"}
{block name="admin_cronjob_partial_overview_miscellaneous_list_heading_title"}

{$txt.sub_title_miscellaneous}

{/block}
{/block} {block name="admin_cronjob_partial_overview_miscellaneous_list_container"}
{block name="admin_cronjob_partial_overview_miscellaneous_list"} {/block}
{/block}
{/block}