{t str=SystemCheck}
{t str=SystemCheckIntro}
-
{foreach from=$aChecks item=section}
-
{$section.header}
{* display any general section errors/warnings not directly associated with particular check *}-
{if $section.errors}
- {/if} {if $section.warnings}
- {/if} {if $section.infos}
- {/if}
{t str=SyscheckName} {t str=SyscheckValue} {t str=SyscheckStatus} {$check.name} {if $check.hasError && $check.errors} {assign var='messages' value=$check.errors} {elseif $check.hasWarning && $check.warnings} {assign var='messages' value=$check.warnings} {elseif $check.hasInfo && $check.infos} {assign var='messages' value=$check.infos} {else} {assign var='messages' value=null} {/if} {if $messages} {/if} {$check.value}
{/foreach}