From 919664b0fa3851f82709c2c45f9a62d4c7ccb32e Mon Sep 17 00:00:00 2001 From: "David P. Steelman" Date: Tue, 14 Apr 2026 11:02:28 -0400 Subject: [PATCH] LIBDRUM-912. Added "External Link to Data Files" to simple item page Added an "External Link to Data Files" field in the left column of the simple item page, which displays the value of the "dc.relation.uri" metadata field. https://umd-dit.atlassian.net/browse/LIBDRUM-912 --- src/assets/i18n/en.json5 | 2 ++ .../item-types/untyped-item/untyped-item.component.html | 6 ++++++ 2 files changed, 8 insertions(+) diff --git a/src/assets/i18n/en.json5 b/src/assets/i18n/en.json5 index 6bfe968655c..a8cda8d7caa 100644 --- a/src/assets/i18n/en.json5 +++ b/src/assets/i18n/en.json5 @@ -7200,6 +7200,8 @@ "item.page.doi": "DRUM DOI", + "item.page.externalDataFilesLink": "External Link to Data Files", + "item.page.publicationLink": "Publication or External Link", "item.page.publicationLink.datasetOrSoftware": "Related Publication Link", diff --git a/src/themes/drum/app/item-page/simple/item-types/untyped-item/untyped-item.component.html b/src/themes/drum/app/item-page/simple/item-types/untyped-item/untyped-item.component.html index 88aa2277897..3207478f0e2 100644 --- a/src/themes/drum/app/item-page/simple/item-types/untyped-item/untyped-item.component.html +++ b/src/themes/drum/app/item-page/simple/item-types/untyped-item/untyped-item.component.html @@ -41,6 +41,12 @@

[label]="publicationLinkLabelI18nKey"> + + + +