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

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Installation/templates/systemCheck.tpl')
-rw-r--r--plugins/Installation/templates/systemCheck.tpl14
1 files changed, 8 insertions, 6 deletions
diff --git a/plugins/Installation/templates/systemCheck.tpl b/plugins/Installation/templates/systemCheck.tpl
index 0f8cb0e309..50278ab34a 100644
--- a/plugins/Installation/templates/systemCheck.tpl
+++ b/plugins/Installation/templates/systemCheck.tpl
@@ -1,6 +1,6 @@
{if !$showNextStep}
-{include file="Installation/templates/systemCheck_legend.tpl"}
-<br style="clear:both">
+ {include file="Installation/templates/systemCheck_legend.tpl"}
+ <br style="clear:both">
{/if}
<h3>{'Installation_SystemCheck'|translate}</h3>
@@ -8,8 +8,10 @@
{include file="Installation/templates/systemCheckSection.tpl"}
{if !$showNextStep}
-<br/><p>
-<img src='themes/default/images/link.gif' /> &nbsp;<a href="?module=Proxy&action=redirect&url=http://piwik.org/docs/requirements/" target="_blank">{'Installation_Requirements'|translate}</a>
-</p>
-{include file="Installation/templates/systemCheck_legend.tpl"}
+ <br/>
+ <p>
+ <img src='themes/default/images/link.gif'/> &nbsp;<a href="?module=Proxy&action=redirect&url=http://piwik.org/docs/requirements/"
+ target="_blank">{'Installation_Requirements'|translate}</a>
+ </p>
+ {include file="Installation/templates/systemCheck_legend.tpl"}
{/if}