Lines 432-449
Link Here
|
432 |
[% END # / IF total %] |
432 |
[% END # / IF total %] |
433 |
|
433 |
|
434 |
[%# Display "Not finding what you're looking for" for suggestion or ILL %] |
434 |
[%# Display "Not finding what you're looking for" for suggestion or ILL %] |
435 |
[% IF suggestion || ( Koha.Preference( 'ILLModule' ) == 1 && ( loggedinusername || Koha.Preference( 'ILLOpacUnauthenticatedRequest') ) ) %] |
435 |
[% IF Koha.Preference( 'suggestion' ) || Koha.Preference( 'ILLModule' ) %] |
436 |
<div class="suggestion"> |
436 |
<div class="suggestion"> |
437 |
Not finding what you're looking for? |
437 |
Not finding what you're looking for? |
438 |
<ul> |
438 |
<ul> |
439 |
[% IF suggestion %] |
439 |
[% IF Koha.Preference( 'suggestion' ) %] |
440 |
[% IF Koha.Preference( 'AnonSuggestions' ) == 1 %] |
440 |
<li>Make a <a href="/cgi-bin/koha/opac-suggestions.pl?op=add_form">purchase suggestion</a></li> |
441 |
<li>Make a <a href="/cgi-bin/koha/opac-suggestions.pl?op=add_form">purchase suggestion</a></li> |
|
|
442 |
[% ELSIF loggedinusername %] |
443 |
<li>Make a <a href="/cgi-bin/koha/opac-suggestions.pl?op=add_form">purchase suggestion</a></li> |
444 |
[% END %] |
445 |
[% END %] |
441 |
[% END %] |
446 |
[% IF Koha.Preference( 'ILLModule' ) == 1 && ( loggedinusername || Koha.Preference( 'ILLOpacUnauthenticatedRequest' ) ) %] |
442 |
[% IF Koha.Preference( 'ILLModule' ) %] |
447 |
[% IF Koha.Preference( 'AutoILLBackendPriority' ) %] |
443 |
[% IF Koha.Preference( 'AutoILLBackendPriority' ) %] |
448 |
<li>Make an <a href="/cgi-bin/koha/opac-illrequests.pl?op=create&backend=Standard">interlibrary loan request</a></li> |
444 |
<li>Make an <a href="/cgi-bin/koha/opac-illrequests.pl?op=create&backend=Standard">interlibrary loan request</a></li> |
449 |
[% ELSE %] |
445 |
[% ELSE %] |
450 |
- |
|
|