Bugzilla – Attachment 96385 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.27 KB, created by
Owen Leonard
on 2019-12-17 15:57:19 UTC
(
hide
)
Description:
Bug 24169: Advanced editor: icons/buttons for sorting the search results are missing
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2019-12-17 15:57:19 UTC
Size:
1.27 KB
patch
obsolete
>From 317fcc60624fa094e704467ce9b6157cc86ae253 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. >--- > 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 f75fee2e9d1..582f01e834f 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