This is the codeAbility Sharing Platform! Learn more about the codeAbility Sharing Platform.

Skip to content
Snippets Groups Projects
Commit 94f7793f authored by Michael Breu's avatar Michael Breu :speech_balloon:
Browse files

Revival of bookmarks

parent c861e965
2 merge requests!91Bringing JHipster7.6.0 to production,!88Integrating Update to JHipster 7.6.0 back to Development
......@@ -53,6 +53,21 @@
</a>
</li>
<!-- end Search -->
<!-- Bookmarks -->
<li class="nav-item" routerLinkActive="active" *ngSwitchCase="true"
[routerLinkActiveOptions]="{ exact: true }"><a class="nav-link"
routerLink="/bookmarks"> <svg xmlns="http://www.w3.org/2000/svg"
width="16" height="16" fill="currentColor" class="bi bi-bookmarks"
viewBox="0 0 16 16">
<path
d="M2 4a2 2 0 0 1 2-2h6a2 2 0 0 1 2 2v11.5a.5.5 0 0 1-.777.416L7 13.101l-4.223 2.815A.5.5 0 0 1 2 15.5V4zm2-1a1 1 0 0 0-1 1v10.566l3.723-2.482a.5.5 0 0 1 .554 0L11 14.566V4a1 1 0 0 0-1-1H4z" />
<path
d="M4.268 1H12a1 1 0 0 1 1 1v11.768l.223.148A.5.5 0 0 0 14 13.5V2a2 2 0 0 0-2-2H6a2 2 0 0 0-1.732 1z" />
</svg> <span
jhiTranslate="global.menu.bookmarks"></span>
</a></li>
<!-- End Bookmarks -->
<!-- Link to OER -->
<ng-container *ngSwitchCase="true">
<li *ngIf="oerLink" class="nav-item"><a href="{{oerLink}}"
......@@ -211,7 +226,8 @@
<div class="" style="padding-top: 10pt;">
<label for="acceptTerms" class="form-check-label">
<input type="checkbox" (change)="toggleEditable($event)">
<a jhitranslate="login.form.acceptTerms" href="/datapolicy">{{'login.form.acceptTerms'| translate}}</a>
{{'login.form.acceptTerms1'| translate}}
<a jhitranslate="login.form.acceptTerms" href="/datapolicy">{{'login.form.acceptTerms2'| translate}}</a>
</label>
<div class="alert alert-danger" *ngIf="!contentEditable"
jhiTranslate="login.messages.error.terms">
......
......@@ -6,7 +6,8 @@
"password.placeholder": "Ihr Passwort",
"rememberme": "Automatische Anmeldung",
"button": "Anmelden",
"acceptTerms": "Akzeptiere die Datenschutzbestimmungen"
"acceptTerms1": "Akzeptiere die",
"acceptTerms2": "Datenschutzbestimmungen"
},
"messages": {
"error": {
......
......@@ -6,7 +6,8 @@
"password.placeholder": "Your password",
"rememberme": "Remember me",
"button": "Sign in",
"acceptTerms": "Accept privacy terms"
"acceptTerms1": "Accept the",
"acceptTerms2": "privacy terms"
},
"messages": {
"error": {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment