From 35111fcf390653dbb1d63542eac4d4008f43984e Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Mon, 16 Sep 2024 12:26:49 +0200 Subject: [PATCH] Bug 37928: Add missing dropdown-item class to "Upload image" "Upload image" item not correctly styled Test plan: Go to the bib detail page with at least one item. Open the action dropdown list and notice the "Upload image" is correctly styled with this patch Signed-off-by: Phil Ringnalda Signed-off-by: Lucas Gass Signed-off-by: Martin Renvoize --- .../en/includes/html_helpers/tables/items/catalogue_detail.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/html_helpers/tables/items/catalogue_detail.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/html_helpers/tables/items/catalogue_detail.inc index 099cfdd6fd..f0672e86ce 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/html_helpers/tables/items/catalogue_detail.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/html_helpers/tables/items/catalogue_detail.inc @@ -749,7 +749,7 @@ nodes += '
'; nodes += ' %s'.format(row.biblio_id, row.item_id, _("Edit")); nodes += ' '; nodes += '
'; [% ELSE %] -- 2.39.5