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

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--plugins/CoreAdminHome/templates/header.tpl4
-rw-r--r--plugins/Login/templates/header.tpl8
2 files changed, 6 insertions, 6 deletions
diff --git a/plugins/CoreAdminHome/templates/header.tpl b/plugins/CoreAdminHome/templates/header.tpl
index 53b865caf8..f14ca87a4c 100644
--- a/plugins/CoreAdminHome/templates/header.tpl
+++ b/plugins/CoreAdminHome/templates/header.tpl
@@ -16,7 +16,7 @@
<![endif]-->
{if isset($enableFrames) && !$enableFrames}
{literal}
- <style>body { display : none; }</style>
+ <style type="text/css">body { display : none; }</style>
{/literal}
{/if}
</head>
@@ -67,4 +67,4 @@
<div class="ui-confirm" id="alert">
<h2></h2>
<input id="yes" type="button" value="{'General_Ok'|translate}" />
-</div> \ No newline at end of file
+</div>
diff --git a/plugins/Login/templates/header.tpl b/plugins/Login/templates/header.tpl
index bae192ca6a..8ac7a68398 100644
--- a/plugins/Login/templates/header.tpl
+++ b/plugins/Login/templates/header.tpl
@@ -10,12 +10,12 @@
{if isset($enableFrames) && !$enableFrames}
{literal}
- <style>body { display : none; }</style>
+ <style type="text/css">body { display : none; }</style>
{/literal}
{/if}
{if isset($forceSslLogin) && $forceSslLogin}
{literal}
- <script>
+ <script type="text/javascript">
if(window.location.protocol !== 'https:') {
var url = window.location.toString();
url = url.replace(/^http:/, 'https:');
@@ -56,8 +56,8 @@
{/if}
{include file="default/ie6.tpl"}
<div id="logo">
- {if !$isCustomLogo}<a href="http://piwik.org" title="{$linkTitle}">{/if}
- <img src='{$logoLarge}' title="{$linkTitle}" width='200' style='margin-right:20px'>
+ {if !$isCustomLogo}<a href="http://piwik.org" alt="Piwik" title="{$linkTitle}">{/if}
+ <img src='{$logoLarge}' title="{$linkTitle}" width='200' style='margin-right:20px' />
{if !$isCustomLogo}<div class="description"># {$linkTitle}</div>
{else}{capture name='poweredByPiwik'}
<i><a href="http://piwik.org/" target="_blank">{$linkTitle}</a></i>