Lines 126-141
Link Here
|
126 |
<div id="didyoumean">Not what you expected? Check for <a href="/cgi-bin/koha/svc/suggestion?render=standalone&q=[% querystring | uri %]">suggestions</a></div> |
126 |
<div id="didyoumean">Not what you expected? Check for <a href="/cgi-bin/koha/svc/suggestion?render=standalone&q=[% querystring | uri %]">suggestions</a></div> |
127 |
[% END %] |
127 |
[% END %] |
128 |
|
128 |
|
129 |
[% IF ( koha_spsuggest ) %] |
|
|
130 |
Did you mean: |
131 |
<ul style="list-style: none;"> |
132 |
[% FOREACH SPELL_SUGGES IN SPELL_SUGGEST %] |
133 |
<li> |
134 |
<a href="/cgi-bin/koha/opac-search.pl?q=[% SPELL_SUGGES.spsuggestion | uri %]">[% SPELL_SUGGES.spsuggestion | html %]</a> |
135 |
</li> |
136 |
[% END %] |
137 |
</ul> |
138 |
[% END # / IF koha_spsuggest%] |
139 |
[% IF ( total ) %] |
129 |
[% IF ( total ) %] |
140 |
[% IF ( ReturnPath ) %] |
130 |
[% IF ( ReturnPath ) %] |
141 |
<div class="returntosearch"> |
131 |
<div class="returntosearch"> |
142 |
- |
|
|