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 19:08:38 +0400
committerThomas ZILLIOX <thomas@zilliox.me>2013-05-08 19:08:38 +0400
commiteeb6be9d1e4bb54a05b78537a080622dc764e72e (patch)
tree2cdeac6e1f90b6271d3b58e778e2d97506fce58d /plugins/UserCountry/templates/adminIndex.twig
parent16dffb456eae335983aacf79317178614c6ee492 (diff)
Change all broken links starting with theme/default/images
Diffstat (limited to 'plugins/UserCountry/templates/adminIndex.twig')
-rwxr-xr-xplugins/UserCountry/templates/adminIndex.twig6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/UserCountry/templates/adminIndex.twig b/plugins/UserCountry/templates/adminIndex.twig
index 9805bb983d..2ba90d02e7 100755
--- a/plugins/UserCountry/templates/adminIndex.twig
+++ b/plugins/UserCountry/templates/adminIndex.twig
@@ -35,7 +35,7 @@
<input class="location-provider" name="location-provider" value="{$id}" type="radio" {% if currentProviderId == id %}checked="checked"{% endif %}
id="provider_input_{$id}" {% if provider.status != 1 %}disabled="disabled"{% endif %}/>
<label for="provider_input_{$id}">{{ provider.title|translate }}</label><br/>
- <span class='loadingPiwik' style='display:none'><img src='./themes/default/images/loading-blue.gif'/></span>
+ <span class='loadingPiwik' style='display:none'><img src='./plugins/Zeitgeist/images/loading-blue.gif'/></span>
<span class="ajaxSuccess" style='display:none'>{{ 'General_Done'|translate }}</span>
</p>
@@ -65,7 +65,7 @@
<div style="text-align:left;">
<br/>
<span class='loadingPiwik' style='display:none;position:absolute'>
- <img src='./themes/default/images/loading-blue.gif'/> {{ 'General_Loading_js'|translate }}</span>
+ <img src='./plugins/Zeitgeist/images/loading-blue.gif'/> {{ 'General_Loading_js'|translate }}</span>
<span class='location'><strong><em>{{ provider.location }}</em></strong></span>
</div>
<div style="text-align:right;">
@@ -119,7 +119,7 @@
</div>
</div>
<div id="geoipdb-screen2-download" style="display:none">
- <p class='loadingPiwik'><img src='./themes/default/images/loading-blue.gif'/>
+ <p class='loadingPiwik'><img src='./plugins/Zeitgeist/images/loading-blue.gif'/>
{{ 'UserCountry_DownloadingDb'|translate('<a href="'+geoLiteUrl+'">GeoLiteCity.dat</a>') }}...</p>
<div id="geoip-download-progress"></div>
</div>