@@ -, +, @@ -APPLY PATCH -Review the OPAC results and staff interface results pages. -Nothing should change, it would be impossible to end up inside of the [% IF koha_spsuggest %] condition because there is nothing like that in the scripts! --- .../prog/en/modules/catalogue/results.tt | 12 ------------ .../opac-tmpl/bootstrap/en/modules/opac-results.tt | 10 ---------- 2 files changed, 22 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt @@ -79,18 +79,6 @@
[% END %] - [% IF ( koha_spsuggest ) %] -
Did you mean: - -
- [% END %] - [% IF ( total ) %]

--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-results.tt +++ a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-results.tt @@ -126,16 +126,6 @@
Not what you expected? Check for suggestions
[% END %] - [% IF ( koha_spsuggest ) %] - Did you mean: - - [% END # / IF koha_spsuggest%] [% IF ( total ) %] [% IF ( ReturnPath ) %]
--