Welcome to mirror list, hosted at ThFree Co, Russian Federation.

systemCheckPage.tpl « templates « Installation « plugins - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 133a4b0adbaeaed7f1f27a8880a35c0b8e14331f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{include file="CoreAdminHome/templates/header.tpl"}

{if $isSuperUser}
    <h2>{'Installation_SystemCheck'|translate}</h2>
    <p style="margin-left:1em">{if $infos.has_errors}
            <img src='themes/default/images/error.png'/>
            {'Installation_SystemCheckSummaryThereWereErrors'|translate:'<strong>':'</strong>':'<strong><em>':'</em></strong>'} {'Installation_SeeBelowForMoreInfo'|translate}
        {elseif $infos.has_warnings}
            <img src='themes/default/images/warning.png'/>
            {'Installation_SystemCheckSummaryThereWereWarnings'|translate} {'Installation_SeeBelowForMoreInfo'|translate}
        {else}
            <img src='themes/default/images/ok.png'/>
            {'Installation_SystemCheckSummaryNoProblems'|translate}
        {/if}</p>
    {include file="Installation/templates/systemCheckSection.tpl"}

{/if}

{include file="CoreAdminHome/templates/footer.tpl"}