[Koha-patches] [PATCH] Bug 11951 - OPAC search suggestions template error

Owen Leonard oleonard at myacpl.org
Mon Mar 17 14:58:19 CET 2014


If you have search suggestions enabled in the OPAC and click the "Check
for suggestions" link before it is replaced with the JS-rendered output
you will get a template error. This patch corrects it.

To test you must have the bootstrap theme enabled and at least one
OPAC plugin enabled in Administration -> Did you mean?

- Perform a search in the OPAC.
- Look for a box which says "Not what you expected? Check for
  suggestions"
- Click the "Check for suggestions" link before it disappears. If
  necessary disable JavaScript in your browser so that the link doesn't
  disappear.
- The search suggestions page should render without errors.
---
 .../bootstrap/en/modules/svc/suggestion.tt         |    1 +
 1 file changed, 1 insertion(+)

diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/svc/suggestion.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/svc/suggestion.tt
index 632c985..b294cd6 100644
--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/svc/suggestion.tt
+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/svc/suggestion.tt
@@ -2,6 +2,7 @@
     [% USE Koha %]
     [% INCLUDE 'doc-head-open.inc' %]Search suggestions
     [% INCLUDE 'doc-head-close.inc' %]
+    [% BLOCK cssinclude %][% END %]
     </head>
     <body id="opac-suggestion">
     [% INCLUDE 'masthead.inc' %]
-- 
1.7.9.5


More information about the Koha-patches mailing list