Bugzilla – Attachment 96469 Details for
Bug 24169
Advanced editor: icons/buttons for sorting the search results are missing
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 24169: Advanced editor: icons/buttons for sorting the search results are missing
Bug-24169-Advanced-editor-iconsbuttons-for-sorting.patch (text/plain), 1.40 KB, created by
Jonathan Druart
on 2019-12-19 06:41:37 UTC
(
hide
)
Description:
Bug 24169: Advanced editor: icons/buttons for sorting the search results are missing
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2019-12-19 06:41:37 UTC
Size:
1.40 KB
patch
obsolete
>From 5c1b1cf646244f9086b0b0f075a4be916259c348 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >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 <carnold@dgiinc.com> > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >--- > 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 @@ > </nav> > </div> > >- <table> >+ <table class="dataTable"> > <thead> > <tr></tr> > </thead> >-- >2.11.0
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 24169
:
96385
|
96386
| 96469 |
96470