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

message.tpl « templates « Login « plugins - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7b85147d8f4dac7cd8fd00e646f9e30374dfc012 (plain)
1
2
3
4
5
6
7
8
9
10
11
{if isset($infoMessage)}
<p class="message">{$infoMessage}</p>
{/if}
{if isset($formErrors)}
<p id="login_error">	
	{foreach from=$formErrors item=data}
		<strong>{'General_Error'|translate}</strong>: {$data}<br />
	{/foreach}
</p>
{/if}