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 / +5 lines)
Lines 588-594 Link Here
588
                            <a
588
                            <a
589
                                title="[% action.ui_method_name | html %]"
589
                                title="[% action.ui_method_name | html %]"
590
                                id="ill-toolbar-btn-[% action.id | lower | html %]"
590
                                id="ill-toolbar-btn-[% action.id | lower | html %]"
591
                                class="btn btn-default"
591
                                [% IF action.id == 'REQ' %]
592
                                    class="btn btn-primary"
593
                                [% ELSE %]
594
                                    class="btn btn-default"
595
                                [% END%]
592
                                href="/cgi-bin/koha/ill/ill-requests.pl?op=[% action.method | uri %]&amp;illrequest_id=[% request.illrequest_id | uri %]"
596
                                href="/cgi-bin/koha/ill/ill-requests.pl?op=[% action.method | uri %]&amp;illrequest_id=[% request.illrequest_id | uri %]"
593
                            >
597
                            >
594
                                <span class="fa [% action.ui_method_icon | html %]"></span>
598
                                <span class="fa [% action.ui_method_icon | html %]"></span>
595
- 

Return to bug 41536