Skip to content

Commit 5c46754

Browse files
author
Repository Administrator
committed
add submitter consent form links to the footer
links are added via translation files, different for each language (footer.link.submitter-consent-form and footer.label.submitter-consent-form(
1 parent 45cb52c commit 5c46754

3 files changed

Lines changed: 12 additions & 0 deletions

File tree

src/themes/custom/app/footer/footer.component.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,10 @@ <h5 class="text-uppercase">Footer Content</h5>
8484
<a class="btn text-white"
8585
href="https://wiki.techlib.cz/wiki/images/DSpace_Uzivatelsky_manual_final.pdf">{{ 'footer.link.manual-link' | translate}}</a>
8686
</li>
87+
<li>
88+
<a class="btn text-white"
89+
[href]="'footer.link.submitter-consent-form' | translate">{{ 'footer.label.submitter-consent-form' | translate}}</a>
90+
</li>
8791
</ul>
8892
</div>
8993
</div>

src/themes/custom/assets/i18n/cs.json5

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,4 +114,8 @@
114114

115115
"item.page.content.warning.message": "video se po rozkliknutí začne stahovat do vašeho zařízení.",
116116

117+
"footer.link.submitter-consent-form": "https://www.techlib.cz/cs/84841-souhlas-se-zverejnenim-autorskeho-dila",
118+
119+
"footer.label.submitter-consent-form": "Formulář souhlasu vkladatele"
120+
117121
}

src/themes/custom/assets/i18n/en.json5

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,4 +113,8 @@
113113

114114
"item.page.content.warning.message": "Once clicked, the video will be downloaded to your device.",
115115

116+
"footer.link.submitter-consent-form": "https://www.techlib.cz/en/84851-consent-for-publication",
117+
118+
"footer.label.submitter-consent-form": "Submitter consent form"
119+
116120
}

0 commit comments

Comments
 (0)