From 1eb35344aa747abdaade4a1dace79226b67e13c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20B=C3=BClte?= Date: Thu, 16 Jan 2025 12:27:35 +0100 Subject: [PATCH] Adjust column labels #2126 --- web/app/views/tags/result_doc.scala.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/web/app/views/tags/result_doc.scala.html b/web/app/views/tags/result_doc.scala.html index 8d4a65de6..adbe7b616 100644 --- a/web/app/views/tags/result_doc.scala.html +++ b/web/app/views/tags/result_doc.scala.html @@ -196,9 +196,9 @@ @result_field("Auflage", "edition", doc, TableRow.VALUES) @result_field("ISBN", "isbn", doc, TableRow.VALUES, node = Option(doc)) @result_field("ISSN", "issn", doc, TableRow.VALUES, node = Option(doc)) - @result_field("HBZ ID", "hbzId", doc, TableRow.VALUES, node = Option(doc)) - @result_field("ZDB ID", "zdbId", doc, TableRow.VALUES, node = Option(doc)) - @result_field("ALMA MMS ID", "almaMmsId", doc, TableRow.VALUES, node = Option(doc)) + @result_field("hbz-ID", "hbzId", doc, TableRow.VALUES, node = Option(doc)) + @result_field("ZDB-ID", "zdbId", doc, TableRow.VALUES, node = Option(doc)) + @result_field("Alma-MMS-ID", "almaMmsId", doc, TableRow.VALUES, node = Option(doc)) @withPrefixedLink("DOI", "https://dx.doi.org/", doc \ "doi") @withPrefixedLink("URN", "https://nbn-resolving.org/", doc \ "urn") @result_field("Umfang", "extent", doc, TableRow.VALUES)