|
@@ -184,7 +184,7 @@
|
|
|
{% for aPortal in app['combodo.portal.instance.conf'].portals %}
|
|
|
{% if aPortal.id != app['combodo.portal.instance.conf'].properties.id %}
|
|
|
{% set sGlyphiconClass = (aPortal.id == 'backoffice') ? 'fa-list-alt' : 'fa-external-link' %}
|
|
|
- <li><a href="{{ aPortal.url }}" target="_blank"><span class="brick_icon fa {{ sGlyphiconClass }} fa-lg fa-fw"></span>{{ aPortal.label|dict_s }}</a></li>
|
|
|
+ <li><a href="{{ aPortal.url }}" target="_blank" title="{{ aPortal.label|dict_s }}"><span class="brick_icon fa {{ sGlyphiconClass }} fa-lg fa-fw"></span>{{ aPortal.label|dict_s }}</a></li>
|
|
|
{% endif %}
|
|
|
{% endfor %}
|
|
|
{# We display the separator only if the user has more then 1 portal. Meaning default portal + console or several portal at least #}
|