forked from DSpace/dspace-angular
-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merged in task/dspace-cris-2023_02_x/DSC-1864_re-worked (pull request D…
…Space#2394) [DSC-1864] Merge tag 'dspace-7.6.2' into task/dspace-cris-2023_02_x/DSC-1864_re-worked Approved-by: Andrea Barbasso
- Loading branch information
Showing
157 changed files
with
27,550 additions
and
8,409 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
39 changes: 19 additions & 20 deletions
39
src/app/admin/admin-sidebar/admin-sidebar-section/admin-sidebar-section.component.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,23 @@ | ||
<div class="sidebar-section"> | ||
<a class="nav-item d-flex flex-row flex-nowrap sidebar-section-wrapper" | ||
[ngClass]="{ disabled: isDisabled }" | ||
role="menuitem" | ||
[attr.aria-disabled]="isDisabled" | ||
[attr.aria-labelledby]="adminMenuSectionTitleId(section.id)" | ||
[title]="('menu.section.icon.' + section.id) | translate" | ||
[routerLink]="itemModel.link" | ||
<div> | ||
<a class="sidebar-section-wrapper" | ||
[ngClass]="{ disabled: isDisabled }" | ||
role="menuitem" | ||
[attr.aria-disabled]="isDisabled" | ||
[attr.aria-labelledby]="adminMenuSectionTitleId(section.id)" | ||
[routerLink]="itemModel.link" | ||
[queryParams]="itemModel.queryParams" | ||
(keyup.space)="navigate($event)" | ||
(keyup.enter)="navigate($event)" | ||
href="javascript:void(0);" | ||
> | ||
<div class="sidebar-fixed-element-wrapper" data-test="sidebar-section-icon" aria-hidden="true"> | ||
<i class="fas fa-{{section.icon}} fa-fw"></i> | ||
(keyup.space)="navigate($event)" | ||
(keyup.enter)="navigate($event)" | ||
href="javascript:void(0);" | ||
> | ||
<div class="sidebar-fixed-element-wrapper" data-test="sidebar-section-icon" aria-hidden="true"> | ||
<i class="fas fa-{{section.icon}} fa-fw"></i> | ||
</div> | ||
<div class="sidebar-collapsible-element-outer-wrapper"> | ||
<div class="sidebar-collapsible-element-inner-wrapper sidebar-item"> | ||
<span [id]="adminMenuSectionTitleId(section.id)">{{itemModel.text | translate}}</span> | ||
</div> | ||
<div class="sidebar-collapsible-element-outer-wrapper"> | ||
<div class="sidebar-collapsible-element-inner-wrapper sidebar-item"> | ||
<span [id]="adminMenuSectionTitleId(section.id)">{{itemModel.text | translate}}</span> | ||
</div> | ||
</div> | ||
</a> | ||
</div> | ||
</a> | ||
</div> | ||
|
2 changes: 1 addition & 1 deletion
2
src/app/bitstream-page/bitstream-download-page/bitstream-download-page.component.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.