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

Return to bug 35604