PDF rausgenommen
This commit is contained in:
14
msd2/tracking/piwik/plugins/Goals/templates/editGoals.twig
Normal file
14
msd2/tracking/piwik/plugins/Goals/templates/editGoals.twig
Normal file
@ -0,0 +1,14 @@
|
||||
{% if userCanEditGoals %}
|
||||
|
||||
{% include "@Goals/_addEditGoal.twig" %}
|
||||
|
||||
{% else %}
|
||||
|
||||
<h2>{{ 'Goals_ManageGoals'|translate }}</h2>
|
||||
<p>
|
||||
{{ 'Goals_NeedAccess'|translate|raw }}
|
||||
</p>
|
||||
|
||||
{% include "@Goals/_addEditGoal.twig" %}
|
||||
|
||||
{% endif %}
|
Reference in New Issue
Block a user