Bugzilla – Attachment 111039 Details for
Bug 24155
Weights should be (optionally) applied to Advanced search
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 24155: Fix parameter order to fix search_utf8.t
Bug-24155-Fix-parameter-order-to-fix-searchutf8t.patch (text/plain), 1.80 KB, created by
Jonathan Druart
on 2020-10-01 13:06:48 UTC
(
hide
)
Description:
Bug 24155: Fix parameter order to fix search_utf8.t
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2020-10-01 13:06:48 UTC
Size:
1.80 KB
patch
obsolete
>From 51e8f13c7a50c8abfb597501983846a3949931da Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Thu, 1 Oct 2020 15:04:59 +0200 >Subject: [PATCH] Bug 24155: Fix parameter order to fix search_utf8.t > >--- > koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc b/koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc >index 35ba5b9f51..bcba20c4b1 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc >@@ -158,7 +158,6 @@ > <div id="opac-main-search"> > [% IF Koha.Preference('OpacCustomSearch') == '' %] > <form name="searchform" method="get" action="/cgi-bin/koha/opac-search.pl" id="searchform"> >- <input type="hidden" name="weight_search" value="1"> > <div class="form-row align-items-center"> > <div class="col-sm-auto order-1 order-sm-1"> > <label for="masthead_search"> Search >@@ -281,6 +280,7 @@ > </div> > [% END # / OpacAddMastheadLibraryPulldown %] > </div> <!-- /.form-row --> >+ <input type="hidden" name="weight_search" value="1"> > </form> > [% ELSE # / Koha.Preference('OpacCustomSearch') == '' %] > [% Koha.Preference('OpacCustomSearch') | $raw %] >-- >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 24155
:
99650
|
99667
|
100959
|
104441
|
105033
|
105038
|
105039
|
105041
|
105042
|
109264
|
109360
|
110405
|
110406
|
110407
|
110408
|
110409
|
110431
|
110432
|
110433
|
110434
| 111039