Bugzilla – Attachment 144548 Details for
Bug 31338
Show in advanced search when IncludeSeeFromInSearches is used
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 31338: Show in advanced search when IncludeSeeFromInSearches is used
Bug-31338-Show-in-advanced-search-when-IncludeSeeF.patch (text/plain), 1.85 KB, created by
Fridolin Somers
on 2022-12-13 07:09:33 UTC
(
hide
)
Description:
Bug 31338: Show in advanced search when IncludeSeeFromInSearches is used
Filename:
MIME Type:
Creator:
Fridolin Somers
Created:
2022-12-13 07:09:33 UTC
Size:
1.85 KB
patch
obsolete
>From 6dcdff326f2a8d6cf83c96c263481c67043bbfc7 Mon Sep 17 00:00:00 2001 >From: Fridolin Somers <fridolin.somers@biblibre.com> >Date: Wed, 10 Aug 2022 10:55:55 -1000 >Subject: [PATCH] Bug 31338: Show in advanced search when > IncludeSeeFromInSearches is used > >Test plan : >1) Apply patch >2) Set system preference IncludeSeeFromInSearches to "Include" >3) Go to staff interface advanced search >4) Check you see tip text in "Search for" >5) Set system preference IncludeSeeFromInSearches to "Don't include" >6) Go to staff interface advanced search >7) Check you don't see tip text in "Search for" > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> > >Signed-off-by: Lucas Gass <lucas@bywatersolutions.com> > >Signed-off-by: Barbara Johnson <barbara.johnson@bedfordtx.gov> > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > .../intranet-tmpl/prog/en/modules/catalogue/advsearch.tt | 6 ++++++ > 1 file changed, 6 insertions(+) > >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 8dcc8d2e4b..6b66242633 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/advsearch.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/advsearch.tt >@@ -196,6 +196,12 @@ > <input type="hidden" name="weight_search" value="1" /> > [% END %] > [% END %] >+ [% IF Koha.Preference('IncludeSeeFromInSearches') %] >+ <p class="hint"> >+ <i class="fa fa-info-circle" aria-hidden="true"></i> >+ See from (non-preferred form) headings are included >+ </p> >+ [% END %] > </fieldset> > <!-- /BOOLEAN SEARCH OPTIONS --> > </div> <!-- /#advanced-search --> >-- >2.35.5
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 31338
:
139008
|
139009
|
140882
|
140910
|
140911
|
141008
|
141010
|
141177
|
141178
|
141395
|
141396
|
141530
|
141531
|
144547
| 144548 |
144549