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

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

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