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/CoreUpdater
parentdf7bb48036c6a4a769f0d843719267ec8966d687 (diff)
Reorganizing the images folders for every plugins
Diffstat (limited to 'plugins/CoreUpdater')
-rw-r--r--plugins/CoreUpdater/templates/layout.twig4
-rw-r--r--plugins/CoreUpdater/templates/update_database_done.twig8
-rw-r--r--plugins/CoreUpdater/templates/update_one_click_results.twig4
-rw-r--r--plugins/CoreUpdater/templates/update_welcome.twig2
4 files changed, 9 insertions, 9 deletions
diff --git a/plugins/CoreUpdater/templates/layout.twig b/plugins/CoreUpdater/templates/layout.twig
index 7b2ed32425..500a813e8f 100644
--- a/plugins/CoreUpdater/templates/layout.twig
+++ b/plugins/CoreUpdater/templates/layout.twig
@@ -4,7 +4,7 @@
<head>
<title>Piwik &rsaquo; {{ 'CoreUpdater_UpdateTitle'|translate }}</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
- <link rel="shortcut icon" href="plugins/CoreHome/templates/images/favicon.ico"/>
+ <link rel="shortcut icon" href="plugins/CoreHome/images/favicon.ico"/>
<link rel="stylesheet" type="text/css" href="plugins/Zeitgeist/theme/simple_structure.css"/>
<link rel="stylesheet" type="text/css" href="libs/jquery/themes/base/jquery-ui.css"/>
@@ -39,7 +39,7 @@
<body id="simple">
<div id="contentsimple">
<div id="title">
- <img title='Piwik' alt="Piwik" src='plugins/Zeitgeist/theme/images/logo-header.png' style='margin-left:10px'/>
+ <img title='Piwik' alt="Piwik" src='plugins/Zeitgeist/images/logo-header.png' style='margin-left:10px'/>
<span id="subh1"> # {{ 'General_OpenSourceWebAnalytics'|translate }}</span>
</div>
{% block content %}
diff --git a/plugins/CoreUpdater/templates/update_database_done.twig b/plugins/CoreUpdater/templates/update_database_done.twig
index 2c59a0463d..99ae48b124 100644
--- a/plugins/CoreUpdater/templates/update_database_done.twig
+++ b/plugins/CoreUpdater/templates/update_database_done.twig
@@ -8,7 +8,7 @@
<br/>
<br/>
<div class="error">
- <img src="plugins/Zeitgeist/theme/images/error_medium.png"/> {{ 'CoreUpdater_CriticalErrorDuringTheUpgradeProcess'|translate }}
+ <img src="plugins/Zeitgeist/images/error_medium.png"/> {{ 'CoreUpdater_CriticalErrorDuringTheUpgradeProcess'|translate }}
{% for message in errorMessages %}
<pre>{{ message }}</pre>
<br/>
@@ -32,7 +32,7 @@
{% else %}
{% if warningMessages|length > 0 %}
<div class="warning">
- <p><img src="plugins/Zeitgeist/theme/images/warning_medium.png"/> {{ 'CoreUpdater_WarningMessages'|translate }}</p>
+ <p><img src="plugins/Zeitgeist/images/warning_medium.png"/> {{ 'CoreUpdater_WarningMessages'|translate }}</p>
{% for message in warningMessages %}
<pre>{{ message }}</pre>
<br/>
@@ -42,7 +42,7 @@
{% if errorMessages|length > 0 %}
<div class="warning">
- <p><img src="plugins/Zeitgeist/theme/images/error_medium.png"/> {{ 'CoreUpdater_ErrorDuringPluginsUpdates'|translate }}</p>
+ <p><img src="plugins/Zeitgeist/images/error_medium.png"/> {{ 'CoreUpdater_ErrorDuringPluginsUpdates'|translate }}</p>
{% for message in errorMessages %}
<pre>{{ message }}</pre>
<br/>
@@ -51,7 +51,7 @@
{% if deactivatedPlugins is defined and deactivatedPlugins|length > 0 %}
{% set listOfDeactivatedPlugins=deactivatedPlugins|join(', ') %}
<p style="color:red">
- <img src="plugins/Zeitgeist/theme/images/error_medium.png"/>
+ <img src="plugins/Zeitgeist/images/error_medium.png"/>
{{ 'CoreUpdater_WeAutomaticallyDeactivatedTheFollowingPlugins'|translate(listOfDeactivatedPlugins) }}
</p>
{% endif %}
diff --git a/plugins/CoreUpdater/templates/update_one_click_results.twig b/plugins/CoreUpdater/templates/update_one_click_results.twig
index 5f453088b8..3795153608 100644
--- a/plugins/CoreUpdater/templates/update_one_click_results.twig
+++ b/plugins/CoreUpdater/templates/update_one_click_results.twig
@@ -9,11 +9,11 @@
{% if coreError %}
<br/>
<br/>
- <div class="error"><img src="plugins/Zeitgeist/theme/images/error_medium.png"/> {{ coreError }}</div>
+ <div class="error"><img src="plugins/Zeitgeist/images/error_medium.png"/> {{ coreError }}</div>
<br/>
<br/>
<div class="warning">
- <img src="plugins/Zeitgeist/theme/images/warning_medium.png"/>
+ <img src="plugins/Zeitgeist/images/warning_medium.png"/>
{{ 'CoreUpdater_UpdateHasBeenCancelledExplanation'|translate("<br /><br />","<a target='_blank' href='?module=Proxy&action=redirect&url=http://piwik.org/docs/update/'>","</a>")|raw }}
</div>
<br/>
diff --git a/plugins/CoreUpdater/templates/update_welcome.twig b/plugins/CoreUpdater/templates/update_welcome.twig
index 2fa16ab950..b527778939 100644
--- a/plugins/CoreUpdater/templates/update_welcome.twig
+++ b/plugins/CoreUpdater/templates/update_welcome.twig
@@ -10,7 +10,7 @@
<br/>
<br/>
<div class="error">
- <img src="plugins/Zeitgeist/theme/images/error_medium.png"/> {{ 'CoreUpdater_CriticalErrorDuringTheUpgradeProcess'|translate }}
+ <img src="plugins/Zeitgeist/images/error_medium.png"/> {{ 'CoreUpdater_CriticalErrorDuringTheUpgradeProcess'|translate }}
{% for message in errorMessages %}
<pre>{{ message|raw }}</pre>
{% endfor %}