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

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

<div id="login">

{if isset($ErrorString)}
	<div id="login_error"><strong>{'General_Error'|translate}</strong>: {$ErrorString}<br />
	{'Login_ContactAdmin'|translate}
	</div>
{else}
	<p class="message">
	{'Login_PasswordSent'|translate}
	</p>
{/if}

<p id="nav">
<a href="index.php?module=Login&amp;form_url={$urlToRedirect|escape:url}" title="{'Login_LogIn'|translate}">{'Login_LogIn'|translate}</a>
</p>

</div>

</body>
</html>