File tree 2 files changed +2
-2
lines changed
manager/src/submission/submission
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11
11
< tr >
12
12
< td *ngIf ="header " [colSpan] ="header.numHeaders ">
13
13
< button *ngIf ="actionAllowed('formCreate') " class ="btn btn-primary form-btn-use float-start " (click) ="createItem.emit('form') "> < em class ="fa fa-plus bi bi-plus-lg "> </ em > {{ createText }}</ button >
14
- < span class ="pull-right item-counter "> < span class ="page-num "> {{ body.firstItem }} - {{ body.lastItem }}</ span > / {{ body.total }} total</ span >
14
+ < span class ="pull-right float-end item-counter "> < span class ="page-num "> {{ body.firstItem }} - {{ body.lastItem }}</ span > / {{ body.total }} total</ span >
15
15
< span [attr.aria-label] ="label " role ="navigation ">
16
16
< pagination [totalItems] ="body.total " [itemsPerPage] ="body.limit " [(ngModel)] ="body.skip " (pageChanged) ="pageChanged.emit($event) " [maxSize] ="size " class ="justify-content-center pagination-sm ">
17
17
</ pagination >
Original file line number Diff line number Diff line change 1
- < a *ngIf ="downloadUrl " [href] ="downloadUrl " target ="_blank " class ="pull-right "> < img src ="https://pro.formview.io/assets/pdf.png " alt ="pdfImage " style ="height: 2em; " /> </ a >
1
+ < a *ngIf ="downloadUrl " [href] ="downloadUrl " target ="_blank " class ="pull-right float-end "> < img src ="https://pro.formview.io/assets/pdf.png " alt ="pdfImage " style ="height: 2em; " /> </ a >
2
2
< ul aria-label ="Submission " role ="navigation " class ="nav nav-tabs " style ="margin-bottom:10px ">
3
3
< li class ="nav-item "> < a class ="nav-link " routerLink ="../ "> < em class ="fa fa-chevron-left bi bi-chevron-left "> </ em > </ a > </ li >
4
4
< li class ="nav-item " routerLinkActive ="active "> < a class ="nav-link " routerLink ="view " routerLinkActive ="active "> < em class ="fa fa-eye bi bi-eye "> </ em > View</ a > </ li >
You can’t perform that action at this time.
0 commit comments