Bugzilla – Attachment 173768 Details for
Bug 37238
Add table settings to itemsearch results
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 37238: Remove the global search
Bug-37238-Remove-the-global-search.patch (text/plain), 1.09 KB, created by
Jonathan Druart
on 2024-10-31 09:14:45 UTC
(
hide
)
Description:
Bug 37238: Remove the global search
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2024-10-31 09:14:45 UTC
Size:
1.09 KB
patch
obsolete
>From 873d9fe3255097d4fa82e3582e94aeeb9472aa3c Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Thu, 31 Oct 2024 10:14:20 +0100 >Subject: [PATCH] Bug 37238: Remove the global search > >It does not work, we should not display the input. >--- > koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/itemsearch.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/itemsearch.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/itemsearch.tt >index 624e1678536..b9d1f42a4d9 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/itemsearch.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/itemsearch.tt >@@ -589,7 +589,7 @@ > return d; > } > }, >- 'dom': 'C<"top pager"ilpfB><"#filter_c">tr<"bottom pager"ip>', >+ 'dom': 'C<"top pager"ilpB>tr<"bottom pager"ip>', > 'order': [[1, 'asc']], > 'columns': [ > { 'name': 'checkbox', 'orderable': false }, >-- >2.34.1
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 37238
:
168409
|
168411
|
168483
|
170785
|
171037
|
173414
|
173415
|
173416
|
173740
|
173765
|
173766
|
173768
|
173785
|
173786
|
173787