From c05a86905f65e3abc0059435aebdc90d8356841d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20Cohen=20Arazi?= Date: Mon, 6 Oct 2025 15:11:16 -0300 Subject: [PATCH] Bug 30148: (follow-up) Apply CSS-based separators to additional repeatable fields Extends the CSS-based separator approach to additional repeatable fields that were using hardcoded pipe separators: - Content type (336) - Media type (337) - Carrier type (338) - Awards (586) - Production credits (508) This provides consistent behavior and customization options across all major repeatable fields in the staff interface, matching the approach used for classification fields. Signed-off-by: Lucas Gass --- .../en/xslt/MARC21slim2intranetDetail.xsl | 77 +++++++++++-------- 1 file changed, 46 insertions(+), 31 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl b/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl index 5f30f98d982..681ebedb3f9 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl +++ b/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl @@ -414,37 +414,46 @@ Content type: - - - a - , - - | - +
    + +
  • + + a + , + +
  • +
    +
Media type: - - - a - , - - | - +
    + +
  • + + a + , + +
  • +
    +
Carrier type: - - - a - , - - | - +
    + +
  • + + a + , + +
  • +
    +
@@ -1037,10 +1046,13 @@ Awards: - - - | - + @@ -1048,12 +1060,15 @@ Production credits: - - - a - - | - +
    + +
  • + + a + +
  • +
    +
-- 2.39.5