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:
Diffstat (limited to 'plugins/UserCountry/templates/adminIndex.tpl')
-rwxr-xr-xplugins/UserCountry/templates/adminIndex.tpl12
1 files changed, 10 insertions, 2 deletions
diff --git a/plugins/UserCountry/templates/adminIndex.tpl b/plugins/UserCountry/templates/adminIndex.tpl
index 4362dae5c7..a4ddcfa9bc 100755
--- a/plugins/UserCountry/templates/adminIndex.tpl
+++ b/plugins/UserCountry/templates/adminIndex.tpl
@@ -73,12 +73,20 @@
{/if}
{/capture}
{$currentLocation|inlineHelp}
- {elseif $provider.status eq 2}
+ {/if}
+ {if isset($provider.statusMessage) && $provider.statusMessage}
{capture assign=brokenReason}
- <strong><em>{'General_Error'|translate}:</strong></em> {$provider.statusMessage}
+ {if $provider.status eq 2}<strong><em>{'General_Error'|translate}:</strong></em> {/if}{$provider.statusMessage}
{/capture}
{$brokenReason|inlineHelp}
{/if}
+ {if isset($provider.extra_message) && $provider.extra_message}
+ {capture assign=extraMessage}
+ {$provider.extra_message}
+ {/capture}
+ <br/>
+ {$extraMessage|inlineHelp}
+ {/if}
</td>
{/foreach}
</table>