File tree Expand file tree Collapse file tree 8 files changed +12
-12
lines changed
collection-page/create-collection-page
mydspace-actions/workspaceitem
object-list/my-dspace-result-list-element/item-list-preview
search-form/scope-selector-modal
submission/sections/upload
workspaceitems-edit-page/workspaceitems-delete-page Expand file tree Collapse file tree 8 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 11< div class ="container ">
22 < div class ="row ">
33 < div class ="col-12 pb-4 ">
4- < h2 id ="sub-header " class ="border-bottom pb-2 "> {{'collection.create.sub-head' | translate:{ parent: dsoNameService.getName((parentRD$| async)?.payload) } }}</ h2 >
4+ < h1 id ="sub-header " class ="border-bottom pb-2 "> {{'collection.create.sub-head' | translate:{ parent: dsoNameService.getName((parentRD$| async)?.payload) } }}</ h1 >
55 </ div >
66 </ div >
77 < ds-collection-form (submitForm) ="onSubmit($event) "
Original file line number Diff line number Diff line change 22 < div class ="row ">
33 < div class ="col-12 pb-4 ">
44 < ng-container *ngVar ="(parentRD$ | async)?.payload as parent ">
5- < h2 *ngIf ="!parent " id ="header " class ="border-bottom pb-2 "> {{ 'community.create.head' | translate }}</ h2 >
6- < h2 *ngIf ="parent " id ="sub-header " class ="border-bottom pb-2 "> {{ 'community.create.sub-head' | translate:{ parent: dsoNameService.getName(parent) } }}</ h2 >
5+ < h1 *ngIf ="!parent " id ="header " class ="border-bottom pb-2 "> {{ 'community.create.head' | translate }}</ h1 >
6+ < h1 *ngIf ="parent " id ="sub-header " class ="border-bottom pb-2 "> {{ 'community.create.sub-head' | translate:{ parent: dsoNameService.getName(parent) } }}</ h1 >
77 </ ng-container >
88 </ div >
99 </ div >
Original file line number Diff line number Diff line change 3030
3131< ng-template #content let-c ="close " let-d ="dismiss ">
3232 < div class ="modal-header ">
33- < h4 class ="modal-title text-danger "> {{'submission.general.discard.confirm.title' | translate}}</ h4 >
33+ < div class ="modal-title text-danger h4 "> {{'submission.general.discard.confirm.title' | translate}}</ div >
3434 < button type ="button " id ="delete_close " class ="close " aria-label ="Close " (click) ="d('cancel') ">
3535 < span aria-hidden ="true "> ×</ span >
3636 </ button >
Original file line number Diff line number Diff line change 99 < ds-themed-badges [object] ="item " [context] ="badgeContext " [showAccessStatus] ="true "> </ ds-themed-badges >
1010 </ div >
1111 < ds-truncatable [id] ="item.id ">
12- < h3 [innerHTML] ="dsoTitle " [ngClass] ="{'lead': true,'text-muted': !item.firstMetadataValue('dc.title')} "> </ h3 >
12+ < h2 [innerHTML] ="dsoTitle " [ngClass] ="{'lead': true,'text-muted': !item.firstMetadataValue('dc.title')} "> </ h2 >
1313 < div >
1414 < span class ="text-muted ">
1515 < ds-truncatable-part [id] ="item.id " [minLines] ="1 ">
Original file line number Diff line number Diff line change 66 </ div >
77 < div class ="modal-body ">
88 < button class ="btn btn-outline-primary btn-lg btn-block " (click) ="selectObject(undefined) "> {{'dso-selector.' + action + '.' + objectType.toString().toLowerCase() + '.button'| translate }}</ button >
9- < h3 class ="position-relative py-1 my-3 font-weight-normal ">
9+ < div class ="position-relative py-1 my-3 font-weight-normal h3 ">
1010 < hr >
1111 < div id ="create-community-or-separator " class ="text-center position-absolute w-100 ">
1212 < span class ="px-4 bg-white "> {{'dso-selector.' + action + '.' + objectType.toString().toLowerCase() + '.or-divider' | translate}}</ span >
1313 </ div >
14- </ h3 >
14+ </ div >
1515
16- < h5 class ="px-2 "> {{'dso-selector.' + action + '.' + objectType.toString().toLowerCase() + '.input-header' | translate}}</ h5 >
16+ < h2 class ="px-2 h5 "> {{'dso-selector.' + action + '.' + objectType.toString().toLowerCase() + '.input-header' | translate}}</ h2 >
1717 < ds-dso-selector [currentDSOId] ="dsoRD?.payload.uuid " [types] ="selectorTypes " [sort] ="defaultSort " (onSelect) ="selectObject($event) "> </ ds-dso-selector >
1818 </ div >
1919</ div >
Original file line number Diff line number Diff line change 11< div class ="d-flex justify-content-between ">
2- < h2 *ngIf ="!disableHeader "> {{ (configuration ? configuration + '.search.results.head' : 'search.results.head') | translate }}</ h2 >
2+ < h1 *ngIf ="!disableHeader "> {{ (configuration ? configuration + '.search.results.head' : 'search.results.head') | translate }}</ h1 >
33 < ds-search-export-csv *ngIf ="showCsvExport " [searchConfig] ="searchConfig "> </ ds-search-export-csv >
44</ div >
55< div *ngIf ="searchResults && searchResults?.hasSucceeded && !searchResults?.isLoading && searchResults?.payload?.page.length > 0 " @fadeIn >
Original file line number Diff line number Diff line change 55< ng-container *ngIf ="fileList.length == 0 ">
66 < div class ="row ">
77 < div class ="col-md-12 ">
8- < h3 class ="text-center "> < span class ="text-muted "> {{'submission.sections.upload.no-file-uploaded' | translate}}</ span > </ h3 >
8+ < div class ="text-center h3 "> < span class ="text-muted "> {{'submission.sections.upload.no-file-uploaded' | translate}}</ span > </ div >
99 </ div >
1010 </ div >
1111</ ng-container >
Original file line number Diff line number Diff line change 11< div class ="container ">
2- < h2 > {{ 'workspace-item.delete.header' | translate }}</ h2 >
2+ < h1 > {{ 'workspace-item.delete.header' | translate }}</ h1 >
33 < ds-modify-item-overview *ngIf ="(dso$ | async) " [item] ="(dso$ | async) "> </ ds-modify-item-overview >
44 < button class ="btn btn-default " (click) ="previousPage() "> {{ 'workspace-item.delete.button.cancel' | translate }}</ button >
55 < button class ="btn btn-danger " (click) ="$event.preventDefault();confirmDelete(content) "> {{ 'workspace-item.delete.button.confirm' | translate }}</ button >
66</ div >
77
88< ng-template #content let-c ="close " let-d ="dismiss " id ="delete-modal ">
99 < div class ="modal-header ">
10- < h4 class ="modal-title text-danger "> {{ 'workspace-item.delete.header' | translate }}</ h4 >
10+ < div class ="modal-title text-danger h4 "> {{ 'workspace-item.delete.header' | translate }}</ div >
1111 < button type ="button " id ="delete_close " class ="close " aria-label ="Close " (click) ="d('cancel') ">
1212 < span aria-hidden ="true "> ×</ span >
1313 </ button >
You can’t perform that action at this time.
0 commit comments