Bugzilla – Attachment 115942 Details for
Bug 27402
Add column filtering to the Datatables REST API wrapper
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 27402: Reverse search filter texts
Bug-27402-Reverse-search-filter-texts.patch (text/plain), 1.15 KB, created by
Jonathan Druart
on 2021-01-28 15:18:11 UTC
(
hide
)
Description:
Bug 27402: Reverse search filter texts
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2021-01-28 15:18:11 UTC
Size:
1.15 KB
patch
obsolete
>From 3839a5bb15e669ede3b86fdb23a3e659a055bc46 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Thu, 28 Jan 2021 16:17:38 +0100 >Subject: [PATCH] Bug 27402: Reverse search filter texts > >--- > koha-tmpl/intranet-tmpl/prog/js/datatables.js | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/js/datatables.js b/koha-tmpl/intranet-tmpl/prog/js/datatables.js >index 24b1c2e534..9d03a108a9 100644 >--- a/koha-tmpl/intranet-tmpl/prog/js/datatables.js >+++ b/koha-tmpl/intranet-tmpl/prog/js/datatables.js >@@ -772,7 +772,7 @@ jQuery.fn.dataTable.ext.errMode = function(settings, note, message) { > if ( existing_search ) { > $(this).html( '<input type="text" value="%s" style="width: 100%" />'.format(existing_search) ); > } else { >- var search_title = _("Search %s").format(title); >+ var search_title = _("%s search").format(title); > $(this).html( '<input type="text" placeholder="%s" style="width: 100%" />'.format(search_title) ); > } > >-- >2.20.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 27402
:
115051
|
115052
|
115053
|
115054
|
115813
|
115814
|
115815
|
115935
|
115936
|
115937
|
115942
|
115966