|
Lines 432-438
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 ) %] |
435 |
[% IF suggestion || ( Koha.Preference( 'ILLModule' ) == 1 && ( loggedinusername || Koha.Preference( 'ILLOpacUnauthenticatedRequest') ) ) %] |
| 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> |
|
Lines 443-449
Link Here
|
| 443 |
<li>Make a <a href="/cgi-bin/koha/opac-suggestions.pl?op=add_form">purchase suggestion</a></li> |
443 |
<li>Make a <a href="/cgi-bin/koha/opac-suggestions.pl?op=add_form">purchase suggestion</a></li> |
| 444 |
[% END %] |
444 |
[% END %] |
| 445 |
[% END %] |
445 |
[% END %] |
| 446 |
[% IF Koha.Preference( 'ILLModule' ) == 1 && loggedinusername %] |
446 |
[% IF Koha.Preference( 'ILLModule' ) == 1 && ( loggedinusername || Koha.Preference( 'ILLOpacUnauthenticatedRequest' ) ) %] |
| 447 |
[% IF Koha.Preference( 'AutoILLBackendPriority' ) %] |
447 |
[% 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> |
448 |
<li>Make an <a href="/cgi-bin/koha/opac-illrequests.pl?op=create&backend=Standard">interlibrary loan request</a></li> |
| 449 |
[% ELSE %] |
449 |
[% ELSE %] |
| 450 |
- |
|
|