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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt (-2 / +1 lines)
Lines 588-594 Link Here
588
                                    class="btn btn-primary"
588
                                    class="btn btn-primary"
589
                                [% ELSE %]
589
                                [% ELSE %]
590
                                    class="btn btn-default"
590
                                    class="btn btn-default"
591
                                [% END%]
591
                                [% END %]
592
                                href="/cgi-bin/koha/ill/ill-requests.pl?op=[% action.method | uri %]&illrequest_id=[% request.illrequest_id | uri %]"
592
                                href="/cgi-bin/koha/ill/ill-requests.pl?op=[% action.method | uri %]&illrequest_id=[% request.illrequest_id | uri %]"
593
                            >
593
                            >
594
                                <span class="fa [% action.ui_method_icon | html %]"></span>
594
                                <span class="fa [% action.ui_method_icon | html %]"></span>
595
- 

Return to bug 41536