@@ -, +, @@ if "suggestions" is turned off - Turn off "suggestions" - Turn on "ILLModule" - Turn on "suggestions" - Turn off "ILLModule" - Turn on "suggestions" - Turn on "ILLModule" - Turn off "suggestions" - Turn off "ILLModule" - Turn on "suggestions" - Turn on AnonSuggestions --- koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-results.tt | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-results.tt +++ a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-results.tt @@ -599,14 +599,15 @@ [% 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 ) %]
Not finding what you're looking for?