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 474-480 Link Here
474
                                    [% END %]
474
                                    [% END %]
475
                                [% END %]
475
                                [% END %]
476
                                [% IF Koha.Preference( 'ILLModule' ) == 1 && loggedinusername %]
476
                                [% IF Koha.Preference( 'ILLModule' ) == 1 && loggedinusername %]
477
                                    <li>Make an <a href="/cgi-bin/koha/opac-illrequests.pl?op=create">Interlibrary loan request</a></li>
477
                                    [% IF Koha.Preference( 'AutoILLBackendPriority' ) %]
478
                                        <li>Make an automatic <a href="/cgi-bin/koha/opac-illrequests.pl?op=create&backend=Standard">Interlibrary loan request</a></li>
479
                                    [% ELSE %]
480
                                        <li>Make an <a href="/cgi-bin/koha/opac-illrequests.pl?op=create">Interlibrary loan request</a></li>
481
                                    [% END %]
478
                                [% END %]
482
                                [% END %]
479
                            </ul>
483
                            </ul>
480
                        </div>
484
                        </div>
481
- 

Return to bug 35604