Skip to content
Extraits de code Groupes Projets
Valider b86b6388 rédigé par Thomas Steur's avatar Thomas Steur
Parcourir les fichiers

refs #4053 display message in case users do not have the rights to install or update a plugin

parent 5cc0f8c7
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -114,6 +114,12 @@
}
}
.pluginslistNonSuperUserHint {
margin-top: 30px;
margin-bottom: 30px;
width: 500px;
}
.pluginslistActionBar {
min-width: 650px;
max-width: 980px;
......
......@@ -13,6 +13,13 @@
{% include "@CorePluginsAdmin/browsePluginsActions.twig" %}
</div>
{% if not isSuperUser %}
<div class="pluginslistNonSuperUserHint">
You can browse the list of plugins that can be installed to customize or extend your Piwik platform. Please
contact your administrator to get any of these installed for you.
</div>
{% endif %}
<div class="pluginslist">
{% if plugins|length %}
......
......@@ -13,6 +13,13 @@
{% include "@CorePluginsAdmin/browsePluginsActions.twig" %}
</div>
{% if not isSuperUser %}
<div class="pluginslistNonSuperUserHint">
You can browse the list of themes that can be installed to customize the appearance of the Piwik platform.
Please contact your administrator to get any of these installed for you.
</div>
{% endif %}
<div class="pluginslist themes">
{% if plugins|length %}
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter