Revision 60216
Added by Konstantinos Triantafyllou almost 4 years ago
modules/uoa-services-library/trunk/ng-openaire-library/src/app/dashboard/divId/divIds.component.html | ||
---|---|---|
19 | 19 |
<div class="show-options"> |
20 | 20 |
<button class="uk-button uk-button-secondary">Bulk Actions</button> |
21 | 21 |
<div uk-dropdown="mode: click"> |
22 |
<ul class="uk-nav uk-margin-left"
|
|
22 |
<ul class="uk-nav uk-dropdown-nav"
|
|
23 | 23 |
[attr.uk-tooltip]="getSelectedDivIds().length == 0 ? 'pos:left; cls: uk-active' : 'cls: uk-invisible'" |
24 | 24 |
title="Select at least one class"> |
25 | 25 |
<li><a [class]="getSelectedDivIds().length == 0 ? 'uk-disabled' : ''" |
modules/uoa-services-library/trunk/ng-openaire-library/src/app/dashboard/portal/portals.component.html | ||
---|---|---|
19 | 19 |
<div class="show-options"> |
20 | 20 |
<button class="uk-button uk-button-secondary">Bulk Actions</button> |
21 | 21 |
<div uk-dropdown="mode: click"> |
22 |
<ul class="uk-nav uk-margin-left"
|
|
22 |
<ul class="uk-nav uk-dropdown-nav"
|
|
23 | 23 |
[attr.uk-tooltip]="getSelectedCommunities().length == 0 ? 'pos:left; cls: uk-active' : 'cls: uk-invisible'" |
24 | 24 |
title="Select at least one portal"> |
25 | 25 |
<li><a [class]="getSelectedCommunities().length == 0 ? 'uk-disabled' : ''" |
modules/uoa-services-library/trunk/ng-openaire-library/src/app/dashboard/entity/entities.component.html | ||
---|---|---|
19 | 19 |
<div class="show-options"> |
20 | 20 |
<button class="uk-button uk-button-secondary">Bulk Actions</button> |
21 | 21 |
<div uk-dropdown="mode: click"> |
22 |
<ul class="uk-nav uk-margin-left"
|
|
22 |
<ul class="uk-nav uk-dropdown-nav"
|
|
23 | 23 |
[attr.uk-tooltip]="getSelectedEntities().length == 0 ? 'pos:left; cls: uk-active' : 'cls: uk-invisible'" |
24 | 24 |
title="Select at least one entity"> |
25 | 25 |
<li *ngIf="!isPortalAdministrator"><a [class]="getSelectedEntities().length == 0 ? 'uk-disabled' : ''" |
modules/uoa-services-library/trunk/ng-openaire-library/src/app/dashboard/page/pages.component.html | ||
---|---|---|
19 | 19 |
<div class="show-options"> |
20 | 20 |
<button class="uk-button uk-button-secondary">Bulk Actions</button> |
21 | 21 |
<div uk-dropdown="mode: click"> |
22 |
<ul class="uk-nav uk-margin-left"
|
|
22 |
<ul class="uk-nav uk-dropdown-nav"
|
|
23 | 23 |
[attr.uk-tooltip]="getSelectedPages().length == 0 ? 'pos:left; cls: uk-active' : 'cls: uk-invisible'" |
24 | 24 |
title="Select at least one page"> |
25 | 25 |
<li *ngIf="!isPortalAdministrator"><a [class]="getSelectedPages().length == 0 ? 'uk-disabled' : ''" |
Also available in: Unified diff
[Library | Trunk]: Bulk actions dropdown like other pages