Lines 462-468
Link Here
|
462 |
[% END # / IF total %] |
462 |
[% END # / IF total %] |
463 |
|
463 |
|
464 |
[%# Display "Not finding what you're looking for" for suggestion or ILL %] |
464 |
[%# Display "Not finding what you're looking for" for suggestion or ILL %] |
465 |
[% IF suggestion || ( Koha.Preference( 'ILLModule' ) == 1 && loggedinusername ) %] |
465 |
[% IF |
|
|
466 |
suggestion || |
467 |
( Koha.Preference( 'ILLModule' ) == 1 && ( loggedinusername || Koha.Preference( 'ILLOpacUnauthenticatedRequest') ) ) |
468 |
%] |
466 |
<div class="suggestion"> |
469 |
<div class="suggestion"> |
467 |
Not finding what you're looking for? |
470 |
Not finding what you're looking for? |
468 |
<ul> |
471 |
<ul> |
Lines 473-479
Link Here
|
473 |
<li>Make a <a href="/cgi-bin/koha/opac-suggestions.pl?op=add_form">purchase suggestion</a></li> |
476 |
<li>Make a <a href="/cgi-bin/koha/opac-suggestions.pl?op=add_form">purchase suggestion</a></li> |
474 |
[% END %] |
477 |
[% END %] |
475 |
[% END %] |
478 |
[% END %] |
476 |
[% IF Koha.Preference( 'ILLModule' ) == 1 && loggedinusername %] |
479 |
[% IF Koha.Preference( 'ILLModule' ) == 1 && |
|
|
480 |
( loggedinusername || Koha.Preference( 'ILLOpacUnauthenticatedRequest' ) ) |
481 |
%] |
477 |
[% IF Koha.Preference( 'AutoILLBackendPriority' ) %] |
482 |
[% IF Koha.Preference( 'AutoILLBackendPriority' ) %] |
478 |
<li>Make an automatic <a href="/cgi-bin/koha/opac-illrequests.pl?op=create&backend=Standard">Interlibrary loan request</a></li> |
483 |
<li>Make an automatic <a href="/cgi-bin/koha/opac-illrequests.pl?op=create&backend=Standard">Interlibrary loan request</a></li> |
479 |
[% ELSE %] |
484 |
[% ELSE %] |
480 |
- |
|
|