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:
authormattab <matthieu.aubry@gmail.com>2013-09-18 07:18:40 +0400
committermattab <matthieu.aubry@gmail.com>2013-09-18 07:18:40 +0400
commit86fca85494d67aa341b06be8eede80c4df8db2d8 (patch)
tree8f5e56365ce738613bc5db9c4c813c82189b2c5d /plugins/UserCountry/templates/adminIndex.twig
parent74ce7b2f56310b561c8e9b4ea663f86032d596fe (diff)
consistent div name for Loading...
Diffstat (limited to 'plugins/UserCountry/templates/adminIndex.twig')
-rwxr-xr-xplugins/UserCountry/templates/adminIndex.twig2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/UserCountry/templates/adminIndex.twig b/plugins/UserCountry/templates/adminIndex.twig
index 6d6794cd54..871fac3e0d 100755
--- a/plugins/UserCountry/templates/adminIndex.twig
+++ b/plugins/UserCountry/templates/adminIndex.twig
@@ -34,7 +34,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=""./plugins/Zeitgeist/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>