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

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-results.tt (-3 / +2 lines)
Lines 549-559 Link Here
549
                    [% END # / IF total %]
549
                    [% END # / IF total %]
550
550
551
                    [%# Display "Not finding what you're looking for" for suggestion or ILL %]
551
                    [%# Display "Not finding what you're looking for" for suggestion or ILL %]
552
                    [% IF Koha.Preference( 'suggestion' ) == 1 && ( Koha.Preference( 'AnonSuggestions' ) == 1 || loggedinusername ) || ( Koha.Preference( 'ILLModule' ) == 1 && loggedinusername ) %]
552
                    [% IF suggestion && ( Koha.Preference( 'AnonSuggestions' ) == 1 || loggedinusername ) || ( Koha.Preference( 'ILLModule' ) == 1 && loggedinusername ) %]
553
                        <div class="suggestion">
553
                        <div class="suggestion">
554
                            Not finding what you're looking for?
554
                            Not finding what you're looking for?
555
                            <ul>
555
                            <ul>
556
                                [% IF Koha.Preference( 'suggestion' ) == 1 %]
556
                                [% IF suggestion %]
557
                                    [% IF Koha.Preference( 'AnonSuggestions' ) == 1 %]
557
                                    [% IF Koha.Preference( 'AnonSuggestions' ) == 1 %]
558
                                        <li>Make a <a href="/cgi-bin/koha/opac-suggestions.pl?op=add">purchase suggestion</a></li>
558
                                        <li>Make a <a href="/cgi-bin/koha/opac-suggestions.pl?op=add">purchase suggestion</a></li>
559
                                    [% ELSIF loggedinusername %]
559
                                    [% ELSIF loggedinusername %]
560
- 

Return to bug 31333