From 2266ee40040b8066acfcb8d906b029d69f43342f 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 (cherry picked from commit 174cd59cea0e9a69aa3d690ef25190c293345a83) Signed-off-by: Fridolin Somers (cherry picked from commit 0c3807caa01e6ffcf01028928fc226081f5d9c61) Signed-off-by: Matt Blenkinsop --- 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 ff0c4ef9db..4ff79fd520 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt @@ -664,9 +664,9 @@ - - - + + +
Display orderDescription Display orderDescription 
-- 2.39.2