mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-14 13:33:03 +00:00
118223: Move drag tooltip to center of pagination numbers
This commit is contained in:
@@ -6,7 +6,9 @@
|
|||||||
[hidePaginationDetail]="true"
|
[hidePaginationDetail]="true"
|
||||||
[paginationOptions]="paginationOptions"
|
[paginationOptions]="paginationOptions"
|
||||||
[collectionSize]="bitstreamsList.totalElements"
|
[collectionSize]="bitstreamsList.totalElements"
|
||||||
[retainScrollPosition]="true">
|
[retainScrollPosition]="true"
|
||||||
|
[ngbTooltip]="'item.edit.bitstreams.bundle.tooltip' | translate" placement="bottom"
|
||||||
|
[autoClose]="false" triggers="manual" #dragTooltip="ngbTooltip">
|
||||||
<ng-container *ngIf="(updates$ | async) as updates">
|
<ng-container *ngIf="(updates$ | async) as updates">
|
||||||
|
|
||||||
<table class="table" [class.mt-n1]="!isFirstTable"
|
<table class="table" [class.mt-n1]="!isFirstTable"
|
||||||
@@ -28,9 +30,7 @@
|
|||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
|
|
||||||
<tbody cdkDropList (cdkDropListDropped)="drop($event)"
|
<tbody cdkDropList (cdkDropListDropped)="drop($event)">
|
||||||
[ngbTooltip]="'item.edit.bitstreams.bundle.tooltip' | translate" placement="bottom-left"
|
|
||||||
[autoClose]="false" triggers="manual" #dragTooltip="ngbTooltip">
|
|
||||||
<tr class="bundle-row">
|
<tr class="bundle-row">
|
||||||
<th id="{{ bundleName }}" class="span" colspan="3" scope="colgroup">
|
<th id="{{ bundleName }}" class="span" colspan="3" scope="colgroup">
|
||||||
{{'item.edit.bitstreams.bundle.name' | translate:{ name: bundleName } }}
|
{{'item.edit.bitstreams.bundle.name' | translate:{ name: bundleName } }}
|
||||||
|
Reference in New Issue
Block a user