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

(-)a/Koha/Illrequest.pm (+1 lines)
Lines 728-733 sub backend_create { Link Here
728
                method  => 'create',
728
                method  => 'create',
729
                stage   => 'copyrightclearance',
729
                stage   => 'copyrightclearance',
730
                value   => {
730
                value   => {
731
                    other   => $params,
731
                    backend => $self->_backend->name
732
                    backend => $self->_backend->name
732
                }
733
                }
733
            };
734
            };
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-illrequests.tt (-2 / +2 lines)
Lines 62-68 Link Here
62
                            <p>
62
                            <p>
63
                                [% Koha.Preference('ILLModuleCopyrightClearance') | $raw %]
63
                                [% Koha.Preference('ILLModuleCopyrightClearance') | $raw %]
64
                            </p>
64
                            </p>
65
                            <a href="?method=create&stage=copyrightclearance&backend=[% whole.value.backend | uri %]"
65
                            [% USE link_url = url('/cgi-bin/koha/opac-illrequests.pl', whole.value.other) %]
66
                            <a href="[% link_url _ '&amp;stage=copyrightclearance' | $raw %]"
66
                               class="btn btn-sm btn-default"><i class="fa fa-check"></i> Yes</a>
67
                               class="btn btn-sm btn-default"><i class="fa fa-check"></i> Yes</a>
67
                            <a href="/cgi-bin/koha/opac-illrequests.pl"
68
                            <a href="/cgi-bin/koha/opac-illrequests.pl"
68
                               class="btn btn-sm btn-default"><i class="fa fa-times"></i> No</a>
69
                               class="btn btn-sm btn-default"><i class="fa fa-times"></i> No</a>
69
- 

Return to bug 22464