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

update_one_click_done.tpl « templates « CoreUpdater « plugins - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7f1b878f2ce5ef328611071189023a09227ddf05 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{include file="CoreUpdater/templates/header.tpl"}

{foreach from=$feedbackMessages item=message}
	<p>{$message}</p>
{/foreach}

{if $coreError}
	<br/><br/>
	<div class="error"><img src="themes/default/images/error_medium.png"> {$coreError}</div>
	<br/><br/>
	<div class="warning"><img src="themes/default/images/warning_medium.png"> {'CoreUpdater_UpdateHasBeenCancelledExplanation'|translate:"<br/><br/>":"<a target='_blank' href='misc/redirectToUrl.php?url=http://piwik.org/docs/update/'>":"</a>"}</div>
	<br/><br/>
{/if}

<form action="index.php">
<input type="submit" class="submit" value="{'CoreUpdater_ContinueToPiwik'|translate}"/>
</form>
{include file="CoreUpdater/templates/footer.tpl"}