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 444-450 Link Here
444
                                    [% END %]
444
                                    [% END %]
445
                                [% END %]
445
                                [% END %]
446
                                [% IF Koha.Preference( 'ILLModule' ) == 1 && loggedinusername %]
446
                                [% IF Koha.Preference( 'ILLModule' ) == 1 && loggedinusername %]
447
                                    <li>Make an <a href="/cgi-bin/koha/opac-illrequests.pl?op=create">Interlibrary loan request</a></li>
447
                                    [% IF Koha.Preference( 'AutoILLBackendPriority' ) %]
448
                                        <li>Make an automatic <a href="/cgi-bin/koha/opac-illrequests.pl?op=create&backend=Standard">Interlibrary loan request</a></li>
449
                                    [% ELSE %]
450
                                        <li>Make an <a href="/cgi-bin/koha/opac-illrequests.pl?op=create">Interlibrary loan request</a></li>
451
                                    [% END %]
448
                                [% END %]
452
                                [% END %]
449
                            </ul>
453
                            </ul>
450
                        </div>
454
                        </div>
451
- 

Return to bug 35604