Skip to content
Extraits de code Groupes Projets
Valider 0b670fa7 rédigé par Matthieu Napoli's avatar Matthieu Napoli
Parcourir les fichiers

Use new icons in the system check legend of the installation

parent 6761146b
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -86,15 +86,19 @@ p.next-step:first-child { ...@@ -86,15 +86,19 @@ p.next-step:first-child {
vertical-align: bottom; vertical-align: bottom;
} }
.system-check .icon-ok { .system-check .icon-ok, .system-check-legend .icon-ok {
color: #1AA282; color: #1AA282;
margin-right: 10px; margin-right: 10px;
} }
.system-check .icon-warning { .system-check .icon-warning, .system-check-legend .icon-warning {
color: #DF9D27; color: #DF9D27;
margin-right: 10px; margin-right: 10px;
} }
.system-check .icon-error { .system-check .icon-error, .system-check-legend .icon-error {
color: #D73F36; color: #D73F36;
margin-right: 10px; margin-right: 10px;
} }
.system-check-legend {
font-size: 13px;
}
<div id="systemCheckLegend"> <div class="system-check-legend">
<span style="font-size: small;"> <h2>{{ 'Installation_Legend'|translate }}</h2>
<h2>{{ 'Installation_Legend'|translate }}</h2>
<br/> <p>
<img src='plugins/Morpheus/images/warning.png'/> <span class="warn">{{ 'General_Warning'|translate }}: {{ 'Installation_SystemCheckWarning'|translate }}</span> <span class="icon-ok"></span>
<br/> {{ 'General_Ok'|translate }}
<img src='plugins/Morpheus/images/error.png'/> <span style="color:red;font-weight:bold;">{{ 'General_Error'|translate }} </p>
: {{ 'Installation_SystemCheckError'|translate }} </span><br/> <p>
<img src='plugins/Morpheus/images/ok.png'/> <span style="color:#26981C;font-weight:bold;">{{ 'General_Ok'|translate }}</span><br/> <span class="icon-warning"></span>
</span> {{ 'General_Warning'|translate }}: {{ 'Installation_SystemCheckWarning'|translate }}
</p>
<p>
<span class="icon-error"></span>
{{ 'General_Error'|translate }}: {{ 'Installation_SystemCheckError'|translate }}
</p>
</div> </div>
<p class="next-step"> <p class="next-step">
......
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
{% if not showNextStep %} {% if not showNextStep %}
<p> <p>
<img src='plugins/Morpheus/images/link.gif'/> &nbsp; <span class="icon-export"></span>
<a href="?module=Proxy&action=redirect&url=http://piwik.org/docs/requirements/" target="_blank">{{ 'Installation_Requirements'|translate }}</a> <a href="?module=Proxy&action=redirect&url=http://piwik.org/docs/requirements/" target="_blank">{{ 'Installation_Requirements'|translate }}</a>
</p> </p>
{% include "@Installation/_systemCheckLegend.twig" %} {% include "@Installation/_systemCheckLegend.twig" %}
......
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