View | Details | Raw Unified | Return to bug 35604
Collapse All | Expand All

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-results.tt (-2 / +5 lines)
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
- 

Return to bug 35604