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

addNewGoal.twig « templates « Goals « plugins - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6d227bc11c07d4c20bb214b7afb4641d489e3189 (plain)
1
2
3
4
5
6
7
8
9
10
11
{% if userCanEditGoals %}
    {% include "@Goals/_addEditGoal.twig" %}
{% else %}
    <h2>{{ 'Goals_CreateNewGOal'|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/' rel='noreferrer' target='_blank'>","</a>")|raw }}
    </p>
{% endif %}