-
Notifications
You must be signed in to change notification settings - Fork 441
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3056 from alexandrevryghem/minor-ui-improvements_…
…contribute-main Fixed item-edit.cy.ts regularly failing & minor UI improvements
- Loading branch information
Showing
20 changed files
with
46 additions
and
70 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,13 @@ | ||
<div class="container"> | ||
<head> | ||
<title>{{ 'coar-notify-support.title' | translate }}</title> | ||
</head> | ||
<body> | ||
<h1>{{ 'coar-notify-support.title' | translate }}</h1> | ||
<p [innerHTML]="('coar-notify-support-title.content' | translate)"></p> | ||
<h1>{{ 'coar-notify-support.title' | translate }}</h1> | ||
<p [innerHTML]="'coar-notify-support-title.content' | translate"></p> | ||
|
||
<h2>{{ 'coar-notify-support.ldn-inbox.title' | translate }}</h2> | ||
<p [innerHTML]="('coar-notify-support.ldn-inbox.content' | translate).replace('{ldnInboxUrl}', generateCoarRestApiLinksHTML() | async)"></p> | ||
<h2>{{ 'coar-notify-support.ldn-inbox.title' | translate }}</h2> | ||
<p [innerHTML]="'coar-notify-support.ldn-inbox.content' | translate:{ ldnInboxUrl: coarRestApiUrls$ | async }"></p> | ||
|
||
<h2>{{ 'coar-notify-support.message-moderation.title' | translate }}</h2> | ||
<p> | ||
{{ 'coar-notify-support.message-moderation.content' | translate }} | ||
<a routerLink="/info/feedback" >{{ 'coar-notify-support.message-moderation.feedback-form' | translate }}</a> | ||
</p> | ||
</body> | ||
<h2>{{ 'coar-notify-support.message-moderation.title' | translate }}</h2> | ||
<p> | ||
{{ 'coar-notify-support.message-moderation.content' | translate }} | ||
<a routerLink="/info/feedback">{{ 'coar-notify-support.message-moderation.feedback-form' | translate }}</a> | ||
</p> | ||
</div> |
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
2 changes: 2 additions & 0 deletions
2
...e-page/my-dspace-qa-events-notifications/my-dspace-qa-events-notifications.component.scss
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
2 changes: 1 addition & 1 deletion
2
...dit-menu/dso-edit-expandable-menu-section/dso-edit-menu-expandable-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
2 changes: 1 addition & 1 deletion
2
...-list-element/community-search-result/community-search-result-list-element.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
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 0 additions & 10 deletions
10
src/themes/custom/app/login-page/login-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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +0,0 @@ | ||
<div class="container w-100 h-100"> | ||
<div class="text-center mt-5 row justify-content-center"> | ||
<div> | ||
<img class="mb-4 login-logo" src="assets/images/dspace-logo.png"> | ||
<h1 class="h3 mb-0 font-weight-normal">{{"login.form.header" | translate}}</h1> | ||
<ds-log-in | ||
[isStandalonePage]="true"></ds-log-in> | ||
</div> | ||
</div> | ||
</div> | ||
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,4 +0,0 @@ | ||
.login-logo { | ||
height: var(--ds-login-logo-height); | ||
width: var(--ds-login-logo-width); | ||
} | ||
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,9 +0,0 @@ | ||
<div class="container w-100 h-100"> | ||
<div class="text-center mt-5 row justify-content-md-center"> | ||
<div class="mx-auto"> | ||
<img class="mb-4 login-logo" src="assets/images/dspace-logo.png"> | ||
<h1 class="h3 mb-0 font-weight-normal">{{"logout.form.header" | translate}}</h1> | ||
<ds-log-out></ds-log-out> | ||
</div> | ||
</div> | ||
</div> | ||
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 +0,0 @@ | ||
@import '../login-page/login-page.component.scss'; | ||