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