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:
authorTimo Besenreuther <timo.besenreuther@gmail.com>2013-04-13 13:11:17 +0400
committerTimo Besenreuther <timo.besenreuther@gmail.com>2013-04-13 13:11:17 +0400
commitc13cdd9b9b42b0a24ffd97b9fd9c2ac0dee7b410 (patch)
treecbfb3b50c94711c6c0a253d92c22693fd9fdbf46 /plugins/Overlay/templates
parentee4ba4c0bc8f1fb5353fabd9e72aad6928b44fdf (diff)
refs #3530 overlay help icon linked to piwik.org documentation
Diffstat (limited to 'plugins/Overlay/templates')
-rw-r--r--plugins/Overlay/templates/index.css13
-rw-r--r--plugins/Overlay/templates/index.tpl5
2 files changed, 15 insertions, 3 deletions
diff --git a/plugins/Overlay/templates/index.css b/plugins/Overlay/templates/index.css
index 1224cd19dd..495d669ad4 100644
--- a/plugins/Overlay/templates/index.css
+++ b/plugins/Overlay/templates/index.css
@@ -12,18 +12,27 @@ body {
}
body #header {
- margin-left: -12px;
+ margin-left: -6px;
}
body #logo {
margin-top: 5px;
}
-body h1 {
+a#Overlay_Title {
+ display: block;
font-size: 15px;
font-weight: normal;
+ color: #7e7363;
+ text-decoration: none;
margin: -3px 0 0 0;
padding: 0 0 0 5px;
+ vertical-align: text-bottom;
+}
+
+#Overlay_Title img {
+ vertical-align: text-bottom;
+ margin-left: 4px;
}
#Overlay_DateRangeSelection {
diff --git a/plugins/Overlay/templates/index.tpl b/plugins/Overlay/templates/index.tpl
index e858aefa29..9f7f348cbb 100644
--- a/plugins/Overlay/templates/index.tpl
+++ b/plugins/Overlay/templates/index.tpl
@@ -1,5 +1,8 @@
{include file="CoreHome/templates/header.tpl"}
-<h1>{'Overlay_Overlay'|translate|escape:'html'}</h1>
+<a id="Overlay_Title" href="http://piwik.org/docs/page-overlay/" target="_blank">
+ {'Overlay_Overlay'|translate|escape:'html'}
+ <img src="themes/default/images/help.png" alt="Documentation" />
+</a>
<div id="Overlay_DateRangeSelection">
<select id="Overlay_DateRangeSelect" name="Overlay_DateRangeSelect">