View | Details | Raw Unified | Return to bug 36224
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt (-12 lines)
Lines 79-96 Link Here
79
                        <div class="col-sm-8">
79
                        <div class="col-sm-8">
80
                [% END %]
80
                [% END %]
81
81
82
                [% IF ( koha_spsuggest ) %]
83
                    <div style="font-size: 12px;">Did you mean:
84
                        <ul style="list-style: none;">
85
                            [% FOREACH SPELL_SUGGES IN SPELL_SUGGEST %]
86
                                <li>
87
                                    <a href="/cgi-bin/koha/catalogue/search.pl?q=[% SPELL_SUGGES.spsuggestion | uri %]">[% SPELL_SUGGES.spsuggestion | html %]</a>
88
                                </li>
89
                            [% END %]
90
                        </ul>
91
                    </div>
92
                [% END %]
93
94
                [% IF ( total ) %]
82
                [% IF ( total ) %]
95
83
96
                    <h3>
84
                    <h3>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-results.tt (-11 lines)
Lines 126-141 Link Here
126
                        <div id="didyoumean">Not what you expected? Check for <a href="/cgi-bin/koha/svc/suggestion?render=standalone&amp;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&amp;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
- 

Return to bug 36224