Skip to content

Commit b158c5c

Browse files
committed
118223: Move drag tooltip to center of pagination numbers
1 parent 0920a21 commit b158c5c

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/app/item-page/edit-item-page/item-bitstreams/item-edit-bitstream-bundle/item-edit-bitstream-bundle.component.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@
66
[hidePaginationDetail]="true"
77
[paginationOptions]="paginationOptions"
88
[collectionSize]="bitstreamsList.totalElements"
9-
[retainScrollPosition]="true">
9+
[retainScrollPosition]="true"
10+
[ngbTooltip]="'item.edit.bitstreams.bundle.tooltip' | translate" placement="bottom"
11+
[autoClose]="false" triggers="manual" #dragTooltip="ngbTooltip">
1012
<ng-container *ngIf="(updates$ | async) as updates">
1113

1214
<table class="table" [class.mt-n1]="!isFirstTable"
@@ -28,9 +30,7 @@
2830
</tr>
2931
</thead>
3032

31-
<tbody cdkDropList (cdkDropListDropped)="drop($event)"
32-
[ngbTooltip]="'item.edit.bitstreams.bundle.tooltip' | translate" placement="bottom-left"
33-
[autoClose]="false" triggers="manual" #dragTooltip="ngbTooltip">
33+
<tbody cdkDropList (cdkDropListDropped)="drop($event)">
3434
<tr class="bundle-row">
3535
<th id="{{ bundleName }}" class="span" colspan="3" scope="colgroup">
3636
{{'item.edit.bitstreams.bundle.name' | translate:{ name: bundleName } }}

0 commit comments

Comments
 (0)