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

add_new_goal.tpl « templates « Goals « plugins - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: fb41a3e1c382092065a06f3b224806c67ba5da97 (plain)
1
2
3
4
5
6
7
8
9
10
11

{if $userCanEditGoals}
	{include file="Goals/templates/add_edit_goal.tpl"}
{else}
<h2>{'Goals_CreateNewGOal'|translate}</h2>
<p>
{'Goals_NoGoalsNeedAccess'|translate}
</p>
<p>{'Goals_LearnMoreAboutGoalTrackingDocumentation'|translate:"<a href='?module=Proxy&action=redirect&url=http://piwik.org/docs/tracking-goals-web-analytics/' target='_blank'>":"</a>"}
</p>
{/if}