Lines 553-559
Link Here
|
553 |
[% END %] |
553 |
[% END %] |
554 |
[% END %] |
554 |
[% END %] |
555 |
[% IF Koha.Preference( 'ILLModule' ) == 1 && loggedinusername %] |
555 |
[% IF Koha.Preference( 'ILLModule' ) == 1 && loggedinusername %] |
556 |
<li>Make an <a href="/cgi-bin/koha/opac-illrequests.pl?op=create">Interlibrary loan request</a></li> |
556 |
[% IF Koha.Preference( 'AutoILLBackendPriority' ) %] |
|
|
557 |
<li>Make an automatic <a href="/cgi-bin/koha/opac-illrequests.pl?op=create&backend=Standard">Interlibrary loan request</a></li> |
558 |
[% ELSE %] |
559 |
<li>Make an <a href="/cgi-bin/koha/opac-illrequests.pl?op=create">Interlibrary loan request</a></li> |
560 |
[% END %] |
557 |
[% END %] |
561 |
[% END %] |
558 |
</ul> |
562 |
</ul> |
559 |
</div> |
563 |
</div> |
560 |
- |
|
|