From 174cd59cea0e9a69aa3d690ef25190c293345a83 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Fri, 20 Oct 2023 17:01:00 +0000 Subject: [PATCH] Bug 35124: Incorrect item groups table markup This patch corrects the markup of the item groups table which is found under the "Item groups" tab on the bibliographip detail page in the staff interface. The patch also adds the "NoSort" class to the "actions" column to prevent it from being sortable. To test, apply the patch and make sure the "EnableItemGroups" system preference is enabled. - In the staff interface, locate a record with items and view the detail page. - Under the "Item groups" tab confirm that the table looks correct: The heading labels should be centered bold text. - You should see sorting indicators on the "Display order" and "Description" headings but not on the last one. Signed-off-by: David Nind Signed-off-by: Katrin Fischer Signed-off-by: Tomas Cohen Arazi --- koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt index a3c08aa693..562532a27a 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt @@ -673,9 +673,9 @@ - - - + + +
Display orderDescription Display orderDescription 
-- 2.39.2