update Piwik to version 2.16 (fixes #91)
This commit is contained in:
parent
296343bf3b
commit
d885a4baa9
5833 changed files with 418860 additions and 226988 deletions
|
|
@ -1,11 +1,21 @@
|
|||
{% if userCanEditGoals %}
|
||||
<h2 piwik-enriched-headline>{{ 'Goals_AddNewGoal'|translate }}</h2>
|
||||
<p>{{ 'Goals_NewGoalIntro'|translate }}</p>
|
||||
<p>{{ 'Goals_LearnMoreAboutGoalTrackingDocumentation'|translate("<a href='?module=Proxy&action=redirect&url=http://piwik.org/docs/tracking-goals-web-analytics/' target='_blank'>","</a>")|raw }}
|
||||
{{ 'Goals_ManageGoalsOrCreateANewGoal'|translate("<a href='#module=Goals&action=editGoals'>","</a>")|raw }}
|
||||
</p>
|
||||
|
||||
{% include "@Goals/_addEditGoal.twig" %}
|
||||
|
||||
<br/><br/>
|
||||
|
||||
{% else %}
|
||||
<h2>{{ 'Goals_CreateNewGOal'|translate }}</h2>
|
||||
<h2>{{ 'Goals_AddNewGoal'|translate }}</h2>
|
||||
<p>
|
||||
{{ 'Goals_NoGoalsNeedAccess'|translate|raw }}
|
||||
</p>
|
||||
<p>
|
||||
{{ 'Goals_LearnMoreAboutGoalTrackingDocumentation'|translate("<a href='?module=Proxy&action=redirect&url=http://piwik.org/docs/tracking-goals-web-analytics/' target='_blank'>","</a>")|raw }}
|
||||
</p>
|
||||
|
||||
{% endif %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue