From 3d0910cb26302a32ebb442cba62f20ca33ebbad2 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Tue, 17 Dec 2019 15:53:38 +0000 Subject: [PATCH] Bug 24169: Advanced editor: icons/buttons for sorting the search results are missing This patch "manually" adds the "dataTable" class to the table of search results in the advanced cataloging editor. This allows the correct styles to get picked up from existing CSS. To test, go to Cataloging and open the advanced editor. Perform a search using the sidebar search form. In the table of results, confirm that table sorting indicators look correct and that sorting works correctly. Signed-off-by: Cori Lynn Arnold --- koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/editor.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/editor.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/editor.tt index f75fee2e9d..582f01e834 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/editor.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/editor.tt @@ -227,7 +227,7 @@ - +
-- 2.11.0