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

_systemCheckLegend.twig « templates « Installation « plugins - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 66e1d1b4bdd7dc1f1dddf7e1894fd261e8847b3e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<div id="systemCheckLegend">
    <span style="font-size: small;">
        <h2>{{ 'Installation_Legend'|translate }}</h2>
        <br/>
        <img src='plugins/Zeitgeist/images/warning.png'/> <span class="warn">{{ 'General_Warning'|translate }}: {{ 'Installation_SystemCheckWarning'|translate }}</span>
        <br/>
        <img src='plugins/Zeitgeist/images/error.png'/> <span style="color:red;font-weight:bold;">{{ 'General_Error'|translate }}
            : {{ 'Installation_SystemCheckError'|translate }} </span><br/>
        <img src='plugins/Zeitgeist/images/ok.png'/> <span style="color:#26981C;font-weight:bold;">{{ 'General_Ok'|translate }}</span><br/>
    </span>
</div>

<p class="nextStep">
    <a href="{{ url }}">{{ 'General_RefreshPage'|translate }} &raquo;</a>
</p>