|
|
@ -1,9 +1,10 @@ |
|
|
|
<div class="generic-table--sort-header-outer"> |
|
|
|
<div class="generic-table--sort-header-outer" aria-hidden="true"> |
|
|
|
<span class="hierarchy-header--outer-span" ng-if="isHierarchyColumn"> |
|
|
|
<span class="hierarchy-header--outer-span" ng-if="isHierarchyColumn"> |
|
|
|
<accessible-by-keyboard execute="toggleHierarchy($event)" |
|
|
|
<accessible-by-keyboard execute="toggleHierarchy($event)" |
|
|
|
aria-label="{{ ::I18n.t('js.work_packages.hierarchy.toggle_button') }}" |
|
|
|
link-aria-label="{{ text.toggleHierarchy }}" |
|
|
|
link-class="hierarchy-header--icon" |
|
|
|
link-class="hierarchy-header--icon" |
|
|
|
span-class="icon icon-show-more"> |
|
|
|
span-class="icon icon-show-more" |
|
|
|
|
|
|
|
aria-hidden="true"> |
|
|
|
</accessible-by-keyboard> |
|
|
|
</accessible-by-keyboard> |
|
|
|
<a href="javascript://" |
|
|
|
<a href="javascript://" |
|
|
|
class="hierarchy-header--sort-title" |
|
|
|
class="hierarchy-header--sort-title" |
|
|
@ -13,10 +14,9 @@ |
|
|
|
lang="{{locale}}" |
|
|
|
lang="{{locale}}" |
|
|
|
id="{{ headerName }}">{{headerTitle}}</a> |
|
|
|
id="{{ headerName }}">{{headerTitle}}</a> |
|
|
|
<a ng-if="!sortable">{{headerTitle}}</a> |
|
|
|
<a ng-if="!sortable">{{headerTitle}}</a> |
|
|
|
<label class="hidden-for-sighted" aria-hidden="true" for="{{ headerTitle }}"> {{ fullTitle }} </label> |
|
|
|
|
|
|
|
<icon-wrapper css-class="dropdown-indicator icon-small" |
|
|
|
<icon-wrapper css-class="dropdown-indicator icon-small" |
|
|
|
icon-name="pulldown" |
|
|
|
icon-name="pulldown" |
|
|
|
title="{{I18n.t('js.label_open_menu')}}"></icon-wrapper> |
|
|
|
title="{{ text.openMenu }}"></icon-wrapper> |
|
|
|
</span> |
|
|
|
</span> |
|
|
|
<span class="generic-table--sort-header" ng-if="!isHierarchyColumn"> |
|
|
|
<span class="generic-table--sort-header" ng-if="!isHierarchyColumn"> |
|
|
|
<a href="javascript://" |
|
|
|
<a href="javascript://" |
|
|
@ -26,9 +26,8 @@ |
|
|
|
lang="{{locale}}" |
|
|
|
lang="{{locale}}" |
|
|
|
id="{{ headerName }}">{{headerTitle}}</a> |
|
|
|
id="{{ headerName }}">{{headerTitle}}</a> |
|
|
|
<a ng-if="!sortable">{{headerTitle}}</a> |
|
|
|
<a ng-if="!sortable">{{headerTitle}}</a> |
|
|
|
<label class="hidden-for-sighted" aria-hidden="true" for="{{ headerTitle }}"> {{ fullTitle }} </label> |
|
|
|
|
|
|
|
<icon-wrapper css-class="dropdown-indicator icon-small" |
|
|
|
<icon-wrapper css-class="dropdown-indicator icon-small" |
|
|
|
icon-name="pulldown" |
|
|
|
icon-name="pulldown" |
|
|
|
title="{{I18n.t('js.label_open_menu')}}"></icon-wrapper> |
|
|
|
title="{{ text.openMenu }}"></icon-wrapper> |
|
|
|
</span> |
|
|
|
</span> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|