File tree Expand file tree Collapse file tree
app/submission/sections/container Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77 (panelChange) ="sectionRef.sectionChange($event) " activeIds ="{{ sectionRef.isOpened() ? [sectionRef.sectionId] : [] }} " [destroyOnHide] ="false ">
88 < ngb-panel id ="{{ sectionData.id }} " [type] ="sectionRef.isInfo() ? 'info' : '' ">
99 < ng-template ngbPanelTitle class ="d-flex ">
10- < span [ngClass] ="{ 'text-black ' : sectionRef.isInfo()} " class ="flex-grow-1 section-title " tabindex ="0 "> {{
10+ < span [ngClass] ="{ 'text-info ' : sectionRef.isInfo()} " class ="flex-grow-1 section-title " tabindex ="0 "> {{
1111 'submission.sections.'+sectionData.header | translate
1212 }}</ span >
1313 < div class ="d-inline-block ">
3030 [attr.aria-label] ="'submission.sections.status.valid.aria' | translate "> </ i >
3131 }
3232 @if (sectionRef.isInfo()) {
33- < i class ="fas fa-info-circle me-3 text-white "
33+ < i class ="fas fa-info-circle me-3 text-info "
3434 title ="{{'submission.sections.status.info.title' | translate}} " role ="img "
3535 [attr.aria-label] ="'submission.sections.status.info.aria' | translate "> </ i >
3636 }
Original file line number Diff line number Diff line change 74727472
74737473 "submission.sections.submit.progressbar.license" : "Deposit license" ,
74747474
7475- "submission.sections.submit.progressbar.opfpolicy " : "Jisc Open Policy Finder policies" ,
7475+ "submission.sections.submit.progressbar.opfPolicies " : "Jisc Open Policy Finder policies" ,
74767476
74777477 "submission.sections.submit.progressbar.upload" : "Upload files" ,
74787478
You can’t perform that action at this time.
0 commit comments