hide map for Character groups Quest Stations when there are no stations
This commit is contained in:
commit
df14dfafc3
4371 changed files with 1220224 additions and 0 deletions
11
www/analytics/plugins/Goals/templates/addNewGoal.twig
Normal file
11
www/analytics/plugins/Goals/templates/addNewGoal.twig
Normal file
|
|
@ -0,0 +1,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/' target='_blank'>","</a>")|raw }}
|
||||
</p>
|
||||
{% endif %}
|
||||
Loading…
Add table
Add a link
Reference in a new issue