Bugzilla – Attachment 96034 Details for
Bug 21270
"Not finding what you're looking" display needs to be fixed
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 21270: Display "Make an Interlibrary loan request" even if "suggestions" is turned off
Bug-21270-Display-Make-an-Interlibrary-loan-reques.patch (text/plain), 1.50 KB, created by
Jonathan Druart
on 2019-12-05 12:20:58 UTC
(
hide
)
Description:
Bug 21270: Display "Make an Interlibrary loan request" even if "suggestions" is turned off
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2019-12-05 12:20:58 UTC
Size:
1.50 KB
patch
obsolete
>From 7821870be37f65a6acf81332ffd58ae1e820f202 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Thu, 5 Dec 2019 13:19:20 +0100 >Subject: [PATCH] Bug 21270: Display "Make an Interlibrary loan request" even > if "suggestions" is turned off > >Test plan: >- Turn off "suggestions" >- Enable ILLModule >When logged in you should see the "Make an Interlibrary loan request" on >the opac search result if not result is displayed >--- > koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-results.tt | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-results.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-results.tt >index 05818aca5f..4a626deb9b 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-results.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-results.tt >@@ -599,7 +599,8 @@ > > [% END # / IF total %] > >- [% IF Koha.Preference( 'suggestion' ) == 1 && ( Koha.Preference( 'AnonSuggestions' ) == 1 || loggedinusername ) %] >+ [%# Display "Not finding what you're looking for" for suggestion or ILL %] >+ [% IF Koha.Preference( 'suggestion' ) == 1 && ( Koha.Preference( 'AnonSuggestions' ) == 1 || loggedinusername ) || ( Koha.Preference( 'ILLModule' ) == 1 && loggedinusername ) %] > <div class="suggestion"> > Not finding what you're looking for? > <ul> >-- >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 21270
:
78141
|
78239
|
95807
|
96034
|
96035
|
96036
|
96037
|
96059
|
96060