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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt (-2 / +1 lines)
Lines 535-541 Link Here
535
                                [% ELSIF backends.size == 2 %]
535
                                [% ELSIF backends.size == 2 %]
536
                                    [% FOREACH backend IN backends %]
536
                                    [% FOREACH backend IN backends %]
537
                                        [% IF backend != request.backend %]
537
                                        [% IF backend != request.backend %]
538
                                            <a title="[% action.ui_method_name | html %]" id="ill-toolbar-btn-[% action.id | lower | html %]" class="btn btn-sm btn-default" href="/cgi-bin/koha/ill/ill-requests.pl?method=[% action.method | uri %]&amp;illrequest_id=[% request.illrequest_id | uri %]">
538
                                            <a title="[% action.ui_method_name | html %]" id="ill-toolbar-btn-[% action.id | lower | html %]" class="btn btn-sm btn-default" href="/cgi-bin/koha/ill/ill-requests.pl?method=[% action.method | uri %]&amp;illrequest_id=[% request.illrequest_id | uri %]&amp;backend=[% backend | uri %]">
539
                                            <span class="fa [% action.ui_method_icon | html %]"></span>
539
                                            <span class="fa [% action.ui_method_icon | html %]"></span>
540
                                            [% action.ui_method_name | html %]
540
                                            [% action.ui_method_name | html %]
541
                                            </a>
541
                                            </a>
542
- 

Return to bug 20640