Lines 393-399
Link Here
|
393 |
[% END # / IF total %] |
393 |
[% END # / IF total %] |
394 |
|
394 |
|
395 |
[%# Display "Not finding what you're looking for" for suggestion or ILL %] |
395 |
[%# Display "Not finding what you're looking for" for suggestion or ILL %] |
396 |
[% IF suggestion || ( Koha.Preference( 'ILLModule' ) == 1 && loggedinusername ) %] |
396 |
[% IF |
|
|
397 |
suggestion || |
398 |
( Koha.Preference( 'ILLModule' ) == 1 && ( loggedinusername || Koha.Preference( 'ILLOpacUnauthenticatedRequest') ) ) |
399 |
%] |
397 |
<div class="suggestion"> |
400 |
<div class="suggestion"> |
398 |
Not finding what you're looking for? |
401 |
Not finding what you're looking for? |
399 |
<ul> |
402 |
<ul> |
Lines 404-410
Link Here
|
404 |
<li>Make a <a href="/cgi-bin/koha/opac-suggestions.pl?op=add_form">purchase suggestion</a></li> |
407 |
<li>Make a <a href="/cgi-bin/koha/opac-suggestions.pl?op=add_form">purchase suggestion</a></li> |
405 |
[% END %] |
408 |
[% END %] |
406 |
[% END %] |
409 |
[% END %] |
407 |
[% IF Koha.Preference( 'ILLModule' ) == 1 && loggedinusername %] |
410 |
[% IF Koha.Preference( 'ILLModule' ) == 1 && |
|
|
411 |
( loggedinusername || Koha.Preference( 'ILLOpacUnauthenticatedRequest' ) ) |
412 |
%] |
408 |
[% IF Koha.Preference( 'AutoILLBackendPriority' ) %] |
413 |
[% IF Koha.Preference( 'AutoILLBackendPriority' ) %] |
409 |
<li>Make an automatic <a href="/cgi-bin/koha/opac-illrequests.pl?op=create&backend=Standard">Interlibrary loan request</a></li> |
414 |
<li>Make an automatic <a href="/cgi-bin/koha/opac-illrequests.pl?op=create&backend=Standard">Interlibrary loan request</a></li> |
410 |
[% ELSE %] |
415 |
[% ELSE %] |
411 |
- |
|
|