add piwik installation
This commit is contained in:
parent
90aa4ef157
commit
8c5d4f0c31
3197 changed files with 563902 additions and 0 deletions
20
www/analytics/plugins/Installation/templates/systemCheckPage.twig
Executable file
20
www/analytics/plugins/Installation/templates/systemCheckPage.twig
Executable file
|
|
@ -0,0 +1,20 @@
|
|||
{% extends 'admin.twig' %}
|
||||
|
||||
{% block content %}
|
||||
{% if isSuperUser %}
|
||||
<h2 piwik-enriched-headline>{{ 'Installation_SystemCheck'|translate }}</h2>
|
||||
<p style="margin-left:1em;">
|
||||
{% if infos.has_errors %}
|
||||
<img src="plugins/Zeitgeist/images/error.png"/>
|
||||
{{ 'Installation_SystemCheckSummaryThereWereErrors'|translate('<strong>','</strong>','<strong><em>','</em></strong>')|raw }} {{ 'Installation_SeeBelowForMoreInfo'|translate }}
|
||||
{% elseif infos.has_warnings %}
|
||||
<img src="plugins/Zeitgeist/images/warning.png"/>
|
||||
{{ 'Installation_SystemCheckSummaryThereWereWarnings'|translate }} {{ 'Installation_SeeBelowForMoreInfo'|translate }}
|
||||
{% else %}
|
||||
<img src="plugins/Zeitgeist/images/ok.png"/>
|
||||
{{ 'Installation_SystemCheckSummaryNoProblems'|translate }}
|
||||
{% endif %}
|
||||
</p>
|
||||
{% include "@Installation/_systemCheckSection.twig" %}
|
||||
{% endif %}
|
||||
{% endblock %}
|
||||
Loading…
Add table
Add a link
Reference in a new issue