Lines 405-411
Link Here
|
405 |
[% END %] |
405 |
[% END %] |
406 |
[% END %] |
406 |
[% END %] |
407 |
[% IF Koha.Preference( 'ILLModule' ) == 1 && loggedinusername %] |
407 |
[% IF Koha.Preference( 'ILLModule' ) == 1 && loggedinusername %] |
408 |
<li>Make an <a href="/cgi-bin/koha/opac-illrequests.pl?op=create">Interlibrary loan request</a></li> |
408 |
[% 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> |
410 |
[% ELSE %] |
411 |
<li>Make an <a href="/cgi-bin/koha/opac-illrequests.pl?op=create">Interlibrary loan request</a></li> |
412 |
[% END %] |
409 |
[% END %] |
413 |
[% END %] |
410 |
</ul> |
414 |
</ul> |
411 |
</div> |
415 |
</div> |
412 |
- |
|
|