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/allSteps.tpl')
-rw-r--r--plugins/Installation/templates/allSteps.tpl18
1 files changed, 9 insertions, 9 deletions
diff --git a/plugins/Installation/templates/allSteps.tpl b/plugins/Installation/templates/allSteps.tpl
index 5cba61e4d5..fa4bcf0063 100644
--- a/plugins/Installation/templates/allSteps.tpl
+++ b/plugins/Installation/templates/allSteps.tpl
@@ -1,11 +1,11 @@
<ul>
-{foreach from=$allStepsTitle key=stepId item=stepName}
- {if $currentStepId > $stepId}
- <li class="pastStep">{$stepName|translate}</li>
- {elseif $currentStepId == $stepId}
- <li class="actualStep">{$stepName|translate}</li>
- {else}
- <li class="futureStep">{$stepName|translate}</li>
- {/if}
-{/foreach}
+ {foreach from=$allStepsTitle key=stepId item=stepName}
+ {if $currentStepId > $stepId}
+ <li class="pastStep">{$stepName|translate}</li>
+ {elseif $currentStepId == $stepId}
+ <li class="actualStep">{$stepName|translate}</li>
+ {else}
+ <li class="futureStep">{$stepName|translate}</li>
+ {/if}
+ {/foreach}
</ul>