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