Skip to content

Commit

Permalink
Use better category label for Zenon link section
Browse files Browse the repository at this point in the history
  • Loading branch information
dersmon committed Dec 1, 2023
1 parent e18b101 commit 64b66d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion backend/src/main/webapp/WEB-INF/xml/buch.xml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
<section labelKey="Personennamen">
<field datasource="buch.BuchWeiterePersonen" />
</section>
<section labelKey="BibId" separator=", ">
<section labelKey="iDAI.bibliography/Zenon" separator=", ">
<field datasource="buch.bibid" />
<linkField labelKey="Zenon" datasource="buch.bibid"
prefix="https://zenon.dainst.org/Record/" />
Expand Down
2 changes: 1 addition & 1 deletion backend/src/main/webapp/WEB-INF/xml/buchseite.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
<field datasource="buchseite.Inventarnummern" prefix="Negativnummer: " />
</section>
<section labelKey="Zenon Meta-Data">
<section labelKey="BibID" separator=", ">
<section labelKey="iDAI.bibliography/Zenon" separator=", ">
<field datasource="zenon.001" />
<linkField labelKey="Zenon" datasource="buchseite.bibidSeite"
prefix="https://zenon.dainst.org/Record/" />
Expand Down

0 comments on commit 64b66d1

Please sign in to comment.