Bugzilla – Attachment 110408 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: (follow-up) Add span with id to wieghted search option
Bug-24155-follow-up-Add-span-with-id-to-wieghted-s.patch (text/plain), 2.54 KB, created by
Owen Leonard
on 2020-09-18 15:52:02 UTC
(
hide
)
Description:
Bug 24155: (follow-up) Add span with id to wieghted search option
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2020-09-18 15:52:02 UTC
Size:
2.54 KB
patch
obsolete
>From eef756c8eed5187141a146b00113dd4b38b4db9b Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Mon, 31 Aug 2020 12:38:02 +0000 >Subject: [PATCH] Bug 24155: (follow-up) Add span with id to wieghted search > option > >--- > koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/advsearch.tt | 6 ++++-- > koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-advsearch.tt | 6 ++++-- > 2 files changed, 8 insertions(+), 4 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/advsearch.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/advsearch.tt >index afde713912..120474f38c 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/advsearch.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/advsearch.tt >@@ -98,8 +98,10 @@ > <input type="checkbox" name="whole_record"> > <label for="whole_record">Search entire MARC record</label> > [% END %] >- <input type="checkbox" name="weight_search" checked> >- <label for="weight_search">Apply field weightings to search</label> >+ <span id="weight_search"> >+ <input type="checkbox" name="weight_search" checked> >+ <label for="weight_search">Apply field weightings to search</label> >+ </span> > [% END %] > [% FOREACH search_box IN search_boxes_loop %] > [% IF ( search_boxes_label ) %]<div style="text-indent: 4.5em;">[% ELSE %]<div>[% END %] >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-advsearch.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-advsearch.tt >index 297b0ced9e..0509d37f8d 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-advsearch.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-advsearch.tt >@@ -31,8 +31,10 @@ > <fieldset> > <legend>Search for:</legend> > [% IF Koha.Preference('SearchEngine') == 'Elasticsearch' %] >- <input type="checkbox" name="weight_search" checked> >- <label for="weighted_search">Apply field weightings to search</label> >+ <span id="weight_search"> >+ <input type="checkbox" name="weight_search" checked> >+ <label for="weight_search">Apply field weightings to search</label> >+ </span> > [% END %] > [% IF ( expanded_options ) %] > <div class="advanced-search-terms extended"> >-- >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 24155
:
99650
|
99667
|
100959
|
104441
|
105033
|
105038
|
105039
|
105041
|
105042
|
109264
|
109360
|
110405
|
110406
|
110407
|
110408
|
110409
|
110431
|
110432
|
110433
|
110434
|
111039