Skip to content

Commit

Permalink
Merge pull request #3174 from dzhw/moellerth/issue3173
Browse files Browse the repository at this point in the history
#3173 Button for reporting publications hides data protection link
  • Loading branch information
moellerth committed Dec 5, 2022
2 parents c4fe5a1 + ea0cd57 commit c71f70b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions src/main/webapp/scripts/common/footer/footer.html.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@
</div>
<div class="layout-align-end-center layout-column">
<div>
<a class="fdz-footer__link" ui-sref="disclosure">
<span data-translate="global.menu.disclosure">Disclosure</span>
</a>
<a class="fdz-footer__link" href="{{$ctrl.lang === 'de' ? 'https://www.dzhw.eu/gmbh/datenschutz/datenschutzerklaerung' : 'https://www.dzhw.eu/en/gmbh/datenschutz/datenschutzerklaerung'}}" target="_blank">
<span data-translate="global.menu.dataprotection">security</span>
</a>
<a class="fdz-footer__link" href="{{$ctrl.lang === 'de' ? 'https://www.fdz.dzhw.eu/de/datennutzung' : 'https://www.fdz.dzhw.eu/en/data-usage'}}" target="_blank">
<span data-translate="global.menu.data-access">Data Access</span>
</a>
Expand All @@ -29,12 +35,6 @@
<a class="fdz-footer__link" href="https://metadatamanagement.readthedocs.io/de/stable/" target="_blank">
<span data-translate="global.menu.documentation">Documentation</span>
</a>
<a class="fdz-footer__link" ui-sref="disclosure">
<span data-translate="global.menu.disclosure">Disclosure</span>
</a>
<a class="fdz-footer__link" href="{{$ctrl.lang === 'de' ? 'https://www.dzhw.eu/gmbh/datenschutz/datenschutzerklaerung' : 'https://www.dzhw.eu/en/gmbh/datenschutz/datenschutzerklaerung'}}" target="_blank">
<span data-translate="global.menu.dataprotection">security</span>
</a>
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/main/webapp/scripts/start/views/start.html.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@
</div>
</div>
</div>
<div class="fdz-fab-button-container" layout="column" layout-align="center end">
<div class="fdz-fab-button-container" style="margin-bottom: 25px;" layout="column" layout-align="center end">
<report-publications-component></report-publications-component>
</div>

0 comments on commit c71f70b

Please sign in to comment.