From 79e9d99906521848aea6f3c923565ad48576bca9 Mon Sep 17 00:00:00 2001 From: Phil Ringnalda Date: Fri, 21 Mar 2025 07:16:42 -0700 Subject: [PATCH] Bug 39409: Duplicate modifybiblio ids in cat-toolbar The biblio details page Edit menu has three different elements which all have id="modifybibilio", two of which also have another id. Neither of those things is allowed. Test plan: 1. Without the patch, load the details view for any biblio record and View source 2. Search for id="modifybiblio" 3. You will get three results, the second and third shown with id in red 4. Apply patch, reload the page, View source and search again 5. You will get one result, without any red Sponsored-by: Chetco Community Public Library --- koha-tmpl/intranet-tmpl/prog/en/includes/cat-toolbar.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/cat-toolbar.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/cat-toolbar.inc index 2b033e40f6..f760ebc811 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/cat-toolbar.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/cat-toolbar.inc @@ -70,7 +70,7 @@ - + [% ELSE %] @@ -89,7 +89,7 @@ - + [% ELSE %] -- 2.48.1