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:
authorrobocoder <anthon.pang@gmail.com>2011-09-25 00:59:36 +0400
committerrobocoder <anthon.pang@gmail.com>2011-09-25 00:59:36 +0400
commit03c2a03779f8f7f9abaa3e84a60b43553262c822 (patch)
treeec177a60120aee326df67b9929fd72e95e928fff /plugins/Login
parent123ffff48215062564b34f23dfb7cab74d3e7859 (diff)
fixes #2665
git-svn-id: http://dev.piwik.org/svn/trunk@5219 59fd770c-687e-43c8-a1e3-f5a4ff64c105
Diffstat (limited to 'plugins/Login')
-rw-r--r--plugins/Login/templates/header.tpl8
1 files changed, 4 insertions, 4 deletions
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>