Skip to content
Extraits de code Groupes Projets
Valider a35b4da8 rédigé par Gabriel-Bowater's avatar Gabriel-Bowater
Parcourir les fichiers

enrichedHeadlines added to tabindexing

parent 08207e33
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
<div class="enrichedHeadline"
ng-mouseenter="view.showIcons=true" ng-mouseleave="view.showIcons=false">
<div ng-show="!editUrl" class="title" ng-transclude></div>
<div ng-show="!editUrl" class="title" ng-transclude tabindex="6"></div>
<a ng-show="editUrl" class="title" href="{{ editUrl }}"
title="{{ 'CoreHome_ClickToEditX'|translate:featureName }}"
ng-transclude></a>
ng-transclude ></a>
<span ng-show="view.showIcons">
<a ng-if="helpUrl && !inlineHelp"
......
{% macro submenuItem(name, url, anchorlink, tooltip) %}
{% if name|slice(0,1) != '_' %}
<li role="menuitem" title="{{ tooltip|default(name)|translate|e('html_attr') }}">
<a class="item" href="{% if anchorlink %}#{% else %}index.php?{% endif %}{{ url|urlRewriteWithParameters|slice(1) }}">
<a class="item" href="{% if anchorlink %}#{% else %}index.php?{% endif %}{{ url|urlRewriteWithParameters|slice(1) }}" tabindex="5">
{{ name|translate }}
</a>
</li>
......@@ -46,7 +46,7 @@
{% if hasSubmenuItem %}
<li role="menuitem" class="menuTab" title="{{ level1|translate|e('html_attr') }}" id="{% if level2._url is defined and level2._url is not empty %}{{ _self.getId(level2._url) }}{% endif %}">
<a class="item" href="">
<a class="item" href="" tabindex="5">
<span class="menu-icon {{ level2._icon|default('icon-arrow-right') }}"></span>{{ level1|translate }}
</a>
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter