parent
62cd9c40fd
commit
924eda1912
@ -1,14 +1,15 @@ |
||||
<label for="work-packages-list-view-button" |
||||
ng-attr-accesskey="{{ isActive() ? undefined : '8' }}" |
||||
class="hidden-for-sighted"> |
||||
{{ getActivationActionLabel(!isActive()) + ' ' + I18n.t('js.button_list_view') }} |
||||
|
||||
{{ text.label }} |
||||
</label> |
||||
<button id="work-packages-list-view-button" |
||||
ng-disabled="editAll.state" |
||||
ng-disabled="isDisabled()" |
||||
class="button" |
||||
title="{{ getActivationActionLabel(!isActive()) + ' ' + I18n.t('js.button_list_view') }}" |
||||
title="{{ text.label }}" |
||||
ng-click="openListView()" |
||||
ng-class="{ '-active': isActive() }"> |
||||
<i class="icon-view-list button--icon"></i> |
||||
<span class="hidden-for-sighted">{{ getActivationActionLabel(!isActive()) + ' ' + I18n.t('js.button_list_view') }}</span> |
||||
<span class="hidden-for-sighted">{{ text.label }}</span> |
||||
</button> |
||||
|
Loading…
Reference in new issue