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 Steur <tsteur@users.noreply.github.com>2018-12-13 21:34:32 +0300
committerdiosmosis <diosmosis@users.noreply.github.com>2018-12-13 21:34:32 +0300
commit1a1c328728c48ecbf3478ab6b64bd7da28a618fc (patch)
treed8b79c21d58f44b0f882acc5b38081570a33cc00 /plugins/CoreAdminHome/templates
parentaf110d7eeb854e81529c8a55da6c4f99f111b607 (diff)
do not show plugins notice when plugins admin is disabled (#13849)
Diffstat (limited to 'plugins/CoreAdminHome/templates')
-rw-r--r--plugins/CoreAdminHome/templates/generalSettings.twig3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/CoreAdminHome/templates/generalSettings.twig b/plugins/CoreAdminHome/templates/generalSettings.twig
index d0f7490564..cdd0f6abf9 100644
--- a/plugins/CoreAdminHome/templates/generalSettings.twig
+++ b/plugins/CoreAdminHome/templates/generalSettings.twig
@@ -156,7 +156,8 @@
ng-model="brandingSettings.enabled"
ng-change="brandingSettings.toggleCustomLogo()"
title="{{ 'CoreAdminHome_UseCustomLogo'|translate|e('html_attr') }}"
- value="{% if branding.use_custom_logo == 1 %}1{% endif %}" inline-help="{{ help|e('html_attr') }}">
+ value="{% if branding.use_custom_logo == 1 %}1{% endif %}"
+ {% if isPluginsAdminEnabled %}inline-help="{{ help|e('html_attr') }}"{% endif %}>
</div>
<div id="logoSettings" ng-show="brandingSettings.enabled">