From 0fcd0a92de8235487b3e2d2ce2ed0fb63b59d3f6 Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Mon, 13 May 2024 11:29:35 +0000 Subject: [PATCH] Bug 29948: (follow-up) Add CSS class to list items This will allow to hide some of the entries by their source from $2. Signed-off-by: Katrin Fischer --- .../opac-tmpl/bootstrap/en/includes/authority-information.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/includes/authority-information.inc b/koha-tmpl/opac-tmpl/bootstrap/en/includes/authority-information.inc index 2ed1afd693..91af522f9e 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/includes/authority-information.inc +++ b/koha-tmpl/opac-tmpl/bootstrap/en/includes/authority-information.inc @@ -1,7 +1,7 @@ [% FOREACH info IN information %] [% SWITCH info_type %] [% CASE 'identifiers' %] -
  • +
  • [% SWITCH info.source.lower %] [% CASE 'orcid' %] ORCID: -- 2.39.5