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:
authorThomas ZILLIOX <thomas@zilliox.me>2013-05-08 18:51:57 +0400
committerThomas ZILLIOX <thomas@zilliox.me>2013-05-08 18:51:57 +0400
commit16dffb456eae335983aacf79317178614c6ee492 (patch)
tree34ff538c1f6ffb1bbb8239235d10157295149424 /plugins/Overlay
parentdf7bb48036c6a4a769f0d843719267ec8966d687 (diff)
Reorganizing the images folders for every plugins
Diffstat (limited to 'plugins/Overlay')
-rw-r--r--plugins/Overlay/images/info.png (renamed from plugins/Overlay/templates/info.png)bin778 -> 778 bytes
-rwxr-xr-xplugins/Overlay/images/overlay_icon.png (renamed from plugins/Overlay/templates/overlay_icon.png)bin359 -> 359 bytes
-rwxr-xr-xplugins/Overlay/images/overlay_icon_hover.png (renamed from plugins/Overlay/templates/overlay_icon_hover.png)bin360 -> 360 bytes
-rw-r--r--plugins/Overlay/templates/error_wrong_domain.twig2
-rw-r--r--plugins/Overlay/templates/index.css4
-rw-r--r--plugins/Overlay/templates/index.twig2
-rw-r--r--plugins/Overlay/templates/rowaction.js4
7 files changed, 6 insertions, 6 deletions
diff --git a/plugins/Overlay/templates/info.png b/plugins/Overlay/images/info.png
index 12cd1aef90..12cd1aef90 100644
--- a/plugins/Overlay/templates/info.png
+++ b/plugins/Overlay/images/info.png
Binary files differ
diff --git a/plugins/Overlay/templates/overlay_icon.png b/plugins/Overlay/images/overlay_icon.png
index a960d1bbc9..a960d1bbc9 100755
--- a/plugins/Overlay/templates/overlay_icon.png
+++ b/plugins/Overlay/images/overlay_icon.png
Binary files differ
diff --git a/plugins/Overlay/templates/overlay_icon_hover.png b/plugins/Overlay/images/overlay_icon_hover.png
index 10296ef392..10296ef392 100755
--- a/plugins/Overlay/templates/overlay_icon_hover.png
+++ b/plugins/Overlay/images/overlay_icon_hover.png
Binary files differ
diff --git a/plugins/Overlay/templates/error_wrong_domain.twig b/plugins/Overlay/templates/error_wrong_domain.twig
index 555ba53a1d..0a39680a12 100644
--- a/plugins/Overlay/templates/error_wrong_domain.twig
+++ b/plugins/Overlay/templates/error_wrong_domain.twig
@@ -4,7 +4,7 @@
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta name="generator" content="Piwik - Open Source Web Analytics"/>
- <link rel="shortcut icon" href="plugins/CoreHome/templates/images/favicon.ico"/>
+ <link rel="shortcut icon" href="plugins/CoreHome/images/favicon.ico"/>
<style type="text/css">
body {
diff --git a/plugins/Overlay/templates/index.css b/plugins/Overlay/templates/index.css
index 495d669ad4..1d428f834e 100644
--- a/plugins/Overlay/templates/index.css
+++ b/plugins/Overlay/templates/index.css
@@ -87,7 +87,7 @@ a#Overlay_RowEvolution {
}
a#Overlay_Transitions {
- background: url(../../Transitions/templates/transitions_icon_hover.png) no-repeat 0 6px;
+ background: url(../../Transitions/images/transitions_icon_hover.png) no-repeat 0 6px;
}
a#Overlay_FullScreen {
@@ -127,7 +127,7 @@ a#Overlay_Transitions:hover {
}
h2.Overlay_MainMetrics {
- background: url(./info.png) 0 1px no-repeat
+ background: url(../images/info.png) 0 1px no-repeat
}
body .ui-tooltip.Overlay_Tooltip {
diff --git a/plugins/Overlay/templates/index.twig b/plugins/Overlay/templates/index.twig
index 6ec206d908..4b806478cb 100644
--- a/plugins/Overlay/templates/index.twig
+++ b/plugins/Overlay/templates/index.twig
@@ -9,7 +9,7 @@
{% block content %}
<a id="Overlay_Title" href="http://piwik.org/docs/page-overlay/" target="_blank">
{{ 'Overlay_Overlay'|translate }}
- <img src="plugins/Zeitgeist/theme/images/help.png" alt="Documentation" />
+ <img src="plugins/Zeitgeist/images/help.png" alt="Documentation" />
</a>
<div id="Overlay_DateRangeSelection">
diff --git a/plugins/Overlay/templates/rowaction.js b/plugins/Overlay/templates/rowaction.js
index a3a48f1d43..caa1f10a8b 100644
--- a/plugins/Overlay/templates/rowaction.js
+++ b/plugins/Overlay/templates/rowaction.js
@@ -35,8 +35,8 @@ DataTable_RowActions_Registry.register({
name: 'Overlay',
- dataTableIcon: 'plugins/Overlay/templates/overlay_icon.png',
- dataTableIconHover: 'plugins/Overlay/templates/overlay_icon_hover.png',
+ dataTableIcon: 'plugins/Overlay/images/overlay_icon.png',
+ dataTableIconHover: 'plugins/Overlay/images/overlay_icon_hover.png',
order: 30,